> Hi,
>
> I was wondering whether I could set JVM heap options like -mMx -mMs
> somewhere in Eclipse workbench. My program is getting like
> OutOfMemoryError and that's my favorite way to work around this.
Add -vmargs -Xmx256m -Xms64m to the command line.
Wismerhill - 06 Aug 2003 14:19 GMT
>> Hi,
>>
[quoted text clipped - 3 lines]
>
> Add -vmargs -Xmx256m -Xms64m to the command line.
I mean, the command line to launch eclipse. If you speack about the JVM that
runs your prog, just add the arguments in the Arguments tab of the Run
Configuration.