Hello,


Shapira, Yoav wrote: (in part)

Also please try to be accurate when you specify these numbers: you have
512MB, not 512K of RAM available.  You're using -Xms256m and -Xmx512m as
java vm options.  Note that the latter is someone misleading: you're
telling the JVM it can use 512MB of RAM for the heap, but that's false.
Between the OS, other processes, and the JVM overhead you're likely to
have far less than 512MB available for the heap, so -Xmx512m is
impossible and should not be specified.

Wouldn't too large a -Xmx value result in swapping heap out to disk and negative (slower)
performance affects? Not impossible, but certainly not advisable. ;-)


Robert


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



Reply via email to