kyle koss wrote:

>I want to know if it's possible to disable the storeJanitor, as I would
>like the JVM to manage the garbage collection itself. We are using
>jdk1.4, and I have read that it is actually more efficient to do it this
>way, and that calls to the gc in a program can actually slow it down.
>

Who told you that StoreJanitor calls gc? :)

Anyway, set cleanupthreadinterval high enough, freememory low enough, 
and it won't bother you. Just make sure you don't have large maxobjects 
(cache-transient's parameter) and you have enough memory.

Vadim



>Please advise,
>Thanx
>
>Kyle
>  
>




---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to