> -----Original Message-----
> From: Rick Roen [mailto:[EMAIL PROTECTED] 
> 
> Update...
> 
> I was googling in the wrong place.  When I looked in Java I 
> found the switch "-XX:+AggessiveHeap" which fixed the problem.
> 
> Is this the best switch to use, or is there something better?

Hi Rick,
You probably omitted the 'm' from '-xmx' option.
-xmx is the usual way to increase max memory for JVM.
You can use -xms in conjunction to define initial memory.

See [1] the whole java options.

Pascal

[1]
http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html#options

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to