added min and max heap size to Info.plist

master
melvin 2011-10-26 19:26:29 +08:00
parent 1c7f7cea03
commit 3b15f083d0
1 changed files with 4 additions and 2 deletions

View File

@ -33,8 +33,10 @@
<key>JVMVersion</key>
<string>1.5+</string>
<key>ClassPath</key>
<string>$JAVAROOT/Magarena.jar</string>
<key>Properties</key>
<string>$JAVAROOT/Magarena.jar</string>
<key>VMOptions</key>
<string>-Xms256M -Xmx256M</string>
<key>Properties</key>
<dict>
<key>apple.laf.useScreenMenuBar</key>
<string>true</string>