summarylogtreecommitdiffstats
path: root/muwire.sh
diff options
context:
space:
mode:
authorDaniel Bermond2022-08-23 18:20:24 -0300
committerDaniel Bermond2022-08-23 18:20:24 -0300
commitc457a0b74be7e7a1b57d30e4db59861066697484 (patch)
treec4e990c1d786e4d1baee7c2fa6f5b10b21784c16 /muwire.sh
parent442573caf7281a924a5b3200acd81b5bb283e1b0 (diff)
downloadaur-muwire.tar.gz
Update to version 0.8.13
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' \