Skip to content

Commit

Permalink
Added VMOptions to MacOSX build as suggested by lightfirst.
Browse files Browse the repository at this point in the history
  • Loading branch information
gid15 committed Jun 14, 2015
1 parent e28be06 commit bb9be06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions distsupport/macosx/Contents/Info.plist
Expand Up @@ -47,6 +47,13 @@
<key>java.library.path</key>
<string>$JAVAROOT/lib/macosx</string>
</dict>
<key>VMOptions</key>
<array>
<string>-Xmx1024m</string>
<string>-Xss2m</string>
<string>-XX:MaxPermSize=128m</string>
<string>-XX:ReservedCodeCacheSize=64m</string>
</array>
</dict>
</dict>
</plist>

0 comments on commit bb9be06

Please sign in to comment.