> From: Christopher Schultz [mailto:[EMAIL PROTECTED] 
> Subject: Re: Very Long Full GC after Inactivity
> 
> My experience with JNI is that you have to pin objects one at a time.

Peter's not talking about the JNI pin function, which only prevents
objects from moving around in the JVM heap, not in RAM.  He's referring
to nailing the entire heap into RAM, which is an OS call requiring
privileges; operations of GC within the JVM would be unaffected.  It
would be a simple thing to do, but would really foul up the workings of
the OS memory manager.  (Been there, done that, strongly discourage it.)

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to