summarylogtreecommitdiffstats
path: root/muwire.sh
diff options
context:
space:
mode:
Diffstat (limited to 'muwire.sh')
-rw-r--r--muwire.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/muwire.sh b/muwire.sh
index 8ccf8e47fc23..239652e99655 100644
--- a/muwire.sh
+++ b/muwire.sh
@@ -2,8 +2,8 @@
exec java \
-Xms512M \
- -XX:+HeapDumpOnOutOfMemoryError \
- -XX:+ExitOnOutOfMemoryError \
+ -Xmx4G \
+ -XX:+UseParallelGC \
-DdisableUpdates='true' \
--add-opens java.base/java.lang='ALL-UNNAMED' \
--add-opens java.base/java.nio='ALL-UNNAMED' \