Join Slack
Powered by
<@U1Q4G204R>: the most common ones are -Xmx (max h...
# random
g
groostav
07/08/2016, 7:04 PM
@uriel
: the most common ones are -Xmx (max heap size) and -Xms (initial heap size), which you pass to the java command line, eg
java -jar whatever.jar -Xmx1G -Xms500m
. If youre running from IDEA you can set this in the run configurations -> VM options, just add
-Xmx1G
4
Views
Open in Slack
Previous
Next