Update launcher-linux.sh

drastically reducing the allowed stacksize to 2m
This commit is contained in:
Armin Schrenk
2020-11-11 17:13:11 +01:00
committed by GitHub
parent 8e352301cd
commit 8e56218fbb

View File

@@ -7,6 +7,6 @@ java \
-Dcryptomator.logDir="~/.local/share/Cryptomator/logs" \
-Dcryptomator.mountPointsDir="~/.local/share/Cryptomator/mnt" \
-Djdk.gtk.version=2 \
-Xss20m \
-Xss2m \
-Xmx512m \
org.cryptomator.launcher.Cryptomator
org.cryptomator.launcher.Cryptomator