RE: RE: Java VM slowly eats all memory up - without JVM heap OutOfMemory failures!

2008-04-22 Thread Peter Crowther
> From: Stephanie Wullbieter [mailto:[EMAIL PROTECTED] > SUSE LINUX Enterprise Server 9 (i586) > Linux-Kernel 2.6.5-7 man strace man ltrace Good luck! I'd use strace as it gives you more information, but ltrace may be a faster way of finding open/close mismatches. Annoyingly, you'll have to s

Re: RE: Java VM slowly eats all memory up - without JVM heap OutOfMemory failures!

2008-04-22 Thread Stephanie Wullbieter
Thank You for the tip! The OS is SUSE LINUX Enterprise Server 9 (i586) Linux-Kernel 2.6.5-7 > Can you monitor the system calls made by the application over a period of > time, looking for systematic mismatches between resources that are opened > and resources that are closed? I'm not sure which v