[antlr-interest] Question: how to increase max heap size for AntlrWorks on Mac OS X

Trevor John Thompson tijet at mac.com
Tue Mar 1 08:03:18 PST 2011


On 2011 Mar 1, at 06:32, Douglas Godfrey wrote:

> I have tried several methods to increase the Heap size for AntlrWorks but
> none of them have worked.
> 
> AntlrWorks Preferences:General:Antlr options = [ -Xms128m -Xmx1024m ]
> 
> AntlrWorks-1.4.2.app/Contents/Info.plist
> Plist entry: Root:Java:VMOptions:-Xms [String] = 128m
> Plist entry: Root:Java:VMOptions:-Xmx [String] = 1024m
> 
> Neither option changed the 64m max Heap size.

Last try very close. Use:
		<key>VMOptions</key>
		<string>-Xmx1G</string>

--
Trevor John Thompson    net: tijet at me.com

Quidquid Latine dictum sit, altum videtur.



More information about the antlr-interest mailing list