Browse Source

Update launcher-linux.sh

drastically reducing the allowed stacksize to 2m
Armin Schrenk 4 years ago
parent
commit
8e56218fbb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/buildkit/src/main/resources/launcher-linux.sh

+ 2 - 2
main/buildkit/src/main/resources/launcher-linux.sh

@@ -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