mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-19 13:54:23 +01:00
Macosx: halving JVM Xmx, now 512M
This commit is contained in:
parent
825f1e5706
commit
cc6c647825
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user