4g heap limit

dbus-notify
Zlatin Balevsky 2022-08-18 16:14:42 +01:00
parent 0ca6ba1f61
commit 9b0e81fa7f
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ startScripts.doFirst {
private void setDefaultArgs() {
application.applicationDefaultJvmArgs = ["-Djava.util.logging.config.file=logging.properties",
"-Xms256M",
"-Xmx4g",
"-XX:+UseParallelGC",
"-XX:+HeapDumpOnOutOfMemoryError",
"-XX:+ExitOnOutOfMemoryError",