mirror of https://github.com/zlatinb/muwire
force parallel GC
parent
6ddee3c1c1
commit
eab443e901
|
@ -63,6 +63,7 @@ startScripts.doFirst {
|
|||
private void setDefaultArgs() {
|
||||
application.applicationDefaultJvmArgs = ["-Djava.util.logging.config.file=logging.properties",
|
||||
"-Xms256M",
|
||||
"-XX:+UseParallelGC",
|
||||
"-XX:+HeapDumpOnOutOfMemoryError",
|
||||
"-XX:+ExitOnOutOfMemoryError",
|
||||
"--add-opens", "java.base/java.lang=ALL-UNNAMED",
|
||||
|
|
Loading…
Reference in New Issue