On Wed, 2003-01-08 at 17:52, Gilles Mocellin wrote:
> On Wed, Jan 08, 2003 at 10:04:56AM +0100, Sebastian Dransfeld wrote:
> > How do I free kernel cache? I have 768M of memory, and run tomcat 4 and
> > mysql. After a while the cache fills up to over 400M, and tomcat
> > complains that it can't get more memory for compiling .jsp pages. But
> > the system has more memory, only it is locked as cache....
> > 
> > Sebastian
> > 
> > 
> Are you telling your JVM to use all your memory ?
> 
> You should start your JVM with -Xmx 700M.
> Because the JVM can allocate only 96Mo by default.

Ah.... I forgot about that one. Surely the problem. Seemd to weird that
the kernel wasn't doing the memory management right.
-- 
Sebastian Dransfeld <[EMAIL PROTECTED]>


Reply via email to