소스 검색

Update launcher-linux.sh

drastically reducing the allowed stacksize to 2m
Armin Schrenk 4 년 전
부모
커밋
8e56218fbb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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