Macosx: halving JVM Xmx, now 512M

This commit is contained in:
Federico Fissore 2015-03-12 09:25:57 +01:00
parent 825f1e5706
commit cc6c647825
2 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,7 @@
<option value="-Dfile.encoding=UTF-8"/>
<option value="-Xms128M"/>
<option value="-Xmx1024M"/>
<option value="-Xmx512M"/>
<bundledocument extensions="ino,c,cpp,h"
icon="macosx/template.app/Contents/Resources/pde.icns"

View File

@ -81,7 +81,7 @@
<key>VMOptions</key>
<array>
<string>-Xms128M</string>
<string>-Xmx1024M</string>
<string>-Xmx512M</string>
</array>
<key>MainClass</key>