1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

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

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