15 lines
416 B
Plaintext
15 lines
416 B
Plaintext
# Enter one VM parameter per line
|
|
# For example, to adjust the maximum memory usage to 512 MB, uncomment the following line:
|
|
# -Xmx512m
|
|
# To include another file, uncomment the following line:
|
|
# -include-options [path to other .vmoption file]
|
|
|
|
-XX:+UseG1GC
|
|
-Xms512m
|
|
-Xmx8096m
|
|
-Dsun.java2d.noddraw=true
|
|
-Dsun.java2d.d3d=false
|
|
-Dswing.useflipBufferStrategy=True
|
|
-Dsun.java2d.ddforcevram=true
|
|
-Dsun.java2d.ddblit=false
|