[cfaussie] JVM Server Memory Management

2010-05-11 Thread amay0048
Hi All, Trying to get some input on a memory management problem we're having on our server. Been getting strange out of memory errors, under minor server load - about 10-30 requests per second. What we saw via fusion reactor monitoring was the memory slowly increasing over a period of about 5

Re: [cfaussie] JVM Server Memory Management

2010-05-11 Thread Kai Koenig
Hi , I guess for a substantial analysis of the problem you'd have to provide more (detailed) info, u.e. actual memory figures, how your JVM is setup, what your system/OS/JRun/CF config, error messages etc etc etc etc. Important would also be what the CFC is doing - calling GC manually is a bad

Re: [cfaussie] JVM Server Memory Management

2010-05-11 Thread Barry Chesterman
Hello, If you've isolated a particular CFC that you know causes out of memory errors under load then you should be able to isolate what section of code within the cfc is doing that. If you're not sure how to do this, then I recommend you set up a standalone test where you use just that CFC and do