mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Macosx: halving JVM Xmx, now 512M
This commit is contained in:
@ -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"
|
||||
|
@ -81,7 +81,7 @@
|
||||
<key>VMOptions</key>
|
||||
<array>
|
||||
<string>-Xms128M</string>
|
||||
<string>-Xmx1024M</string>
|
||||
<string>-Xmx512M</string>
|
||||
</array>
|
||||
|
||||
<key>MainClass</key>
|
||||
|
Reference in New Issue
Block a user