CFMX dies with java.lang.OutOfMemoryError

2003-01-30 Thread Marius Milosav
One of our customers reported this error, java.lang.OutOfMemoryError no stack trace available after that the CFMX becomes unresponsive and the server has to be restarted. The server has plenty 1GB Ram and the max memory size in Admin (Java and JVM Settings ) is set to 512MB. Are there any

RE: CFMX dies with java.lang.OutOfMemoryError

2003-01-30 Thread webguy
Sounds like there is a memory leak somewhere. Any COM/DLL or cfexecutes in your code? What process is consuming the Memory? WG -Original Message- From: Marius Milosav [mailto:[EMAIL PROTECTED]] Sent: 30 January 2003 18:30 To: CF-Talk Subject: CFMX dies

Re: CFMX dies with java.lang.OutOfMemoryError

2003-01-30 Thread Marius Milosav
, 2003 2:08 PM Subject: RE: CFMX dies with java.lang.OutOfMemoryError Sounds like there is a memory leak somewhere. Any COM/DLL or cfexecutes in your code? What process is consuming the Memory? WG -Original Message- From: Marius Milosav [mailto:[EMAIL PROTECTED]] Sent: 30

Re: CFMX dies with java.lang.OutOfMemoryError

2003-01-30 Thread Sean A Corfield
On Thursday, Jan 30, 2003, at 11:31 US/Pacific, Marius Milosav wrote: Java VM setting resolved by increasing internal VM working memory ceiling in ColdFusion MX administrator -XX:MaxPermSize=128m I was wondering if this is also a fix for Windows. Can somebody from MM comment on this. Where