Browse Source

Merge branch 'hotfix/1.2.5' into develop

Sebastian Stenzel 7 years ago
parent
commit
917c2a345f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/ant-kit/src/main/resources/build.xml

+ 2 - 0
main/ant-kit/src/main/resources/build.xml

@@ -32,6 +32,7 @@
 				<fx:property name="logback.configurationFile" value="logback.xml" />
 				<fx:property name="cryptomator.settingsPath" value="~/.Cryptomator/settings.json" />
 				<fx:property name="cryptomator.ipcPortPath" value="~/.Cryptomator/ipcPort.bin" />
+				<fx:jvmarg value="-Xss2m"/>
 				<fx:jvmarg value="-Xmx512m"/>
 			</fx:platform>
 			<fx:resources>
@@ -56,6 +57,7 @@
 				<fx:property name="logback.configurationFile" value="logback.xml" />
 				<fx:property name="cryptomator.settingsPath" value="~/.Cryptomator/settings.json" />
 				<fx:property name="cryptomator.ipcPortPath" value="~/.Cryptomator/ipcPort.bin" />
+				<fx:jvmarg value="-Xss2m"/>
 				<fx:jvmarg value="-Xmx512m"/>
 			</fx:platform>
 			<fx:resources>