This is no doubt a java-related question, but it seems that with virtual
memory, my JVM should never run out of memory (aside from a nasty bug
and lack of swap disk space). Is there a way to allow my web
application to have as much memory as the OS will give it, yet not have
the JVM attempt to consume all that space before the GC reclaims the
space? I'd like the JVM to start with 64M, max out around 1GB in terms
of "holding the memory," yet allow it to use more memory when it needs
it, and then have it attempt to release that memory so as not to cause
swapping once the high memory need has disappeared.
Can this be done?
Thanks,
David
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]