Re: JVM auto-restart on Out of Memory error?

2008-07-13 Thread Wil Genovese
I'd like to set our JVMs to automatically restart when we get a Java out of memory error. I believe I had this before at another job, but now can't find the JVM options for this (CFMX 7.02, JVM 1.4.2_11, on Windows 2003 Server). Sun describes some great options, but they're on later JVM versions.

RE: JVM auto-restart on Out of Memory error?

2008-07-10 Thread Chris Norloff
[mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2008 8:16 PM To: CF-Talk Subject: Re: JVM auto-restart on Out of Memory error? So umm... why are you running out of memory? Perhaps you could resolve that issue and not have to worry about restarting the JVM, which would cause problems for your

RE: JVM auto-restart on Out of Memory error?

2008-07-10 Thread Russ
PROTECTED] Sent: Thursday, July 10, 2008 9:29 AM To: CF-Talk Subject: RE: JVM auto-restart on Out of Memory error? Sure! Makes sense. What we have is a once-every-two-months problem, and while working on what the problem is, I'd like to reduce the impact on our users. Once the Out of Memory error

RE: JVM auto-restart on Out of Memory error?

2008-07-10 Thread Brad Wood
in general, or just the Permanent Generation space? (permgen) ~Brad -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2008 1:10 PM To: CF-Talk Subject: RE: JVM auto-restart on Out of Memory error? We are also running into out of memory issues. I currently

Re: JVM auto-restart on Out of Memory error?

2008-07-10 Thread denstar
It's obvious, but caching a lot of CFCs uses quite a bit of memory too. Permgen, I reckon. And it'll slow start-ups to a crawl if you're using the EJB Annotation auto-checking stuff in JBoss. :-) -- Men judge generally more by the eye than by the hand, for everyone can see and few can feel.

Re: JVM auto-restart on Out of Memory error?

2008-07-09 Thread Rick Root
So umm... why are you running out of memory? Perhaps you could resolve that issue and not have to worry about restarting the JVM, which would cause problems for your users. I just went through hell trying to PREVENT coldfusion from restarting all the time due to memory problems... Rick On