> You can tell the JVM to allocate a bigger heap (if you've got the RAM)
> using the -mx option: -mx 32m would double the default heap size.
>

One point worth mentioning is that if your application allocates a lot of
memory a factor of 2 or 3 speed
improvement can be gained by telling the jvm to allocate a large heap at the
start. This is accomplished with
the -ms 32m parameter.

tim

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to