From 8e56218fbb84dc2f1080368311f54006cf274151 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 11 Nov 2020 17:13:11 +0100 Subject: [PATCH] Update launcher-linux.sh drastically reducing the allowed stacksize to 2m --- main/buildkit/src/main/resources/launcher-linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/buildkit/src/main/resources/launcher-linux.sh b/main/buildkit/src/main/resources/launcher-linux.sh index b64d2c1ce..6ceb933b0 100644 --- a/main/buildkit/src/main/resources/launcher-linux.sh +++ b/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 \ No newline at end of file + org.cryptomator.launcher.Cryptomator