RE: out of memory error

2006-07-24 Thread Cosio, Raul
This link may help... http://tomcat.apache.org/faq/memory.html -Original Message- From: Shinya Koizumi [mailto:[EMAIL PROTECTED] Sent: Jueves, 20 de Julio de 2006 07:10 p.m. To: Tomcat Users List Subject: Re: out of memory error One of solution for out of memory problem is to upgrade

RE: out of memory error

2006-07-20 Thread MW Janssen
He, I am using java 1.5.0_01 Maarten -Oorspronkelijk bericht- Van: Shinya Koizumi [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 21 juli 2006 2:10 Aan: Tomcat Users List Onderwerp: Re: out of memory error One of solution for out of memory problem is to upgrade to Java 1.5 SK

Re: out of memory error

2006-07-20 Thread Shinya Koizumi
One of solution for out of memory problem is to upgrade to Java 1.5 SK - Original Message - From: "MW Janssen" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Wednesday, July 19, 2006 8:39 AM Subject: RE: out of memory error > i d

RE: out of memory error

2006-07-20 Thread MW Janssen
I am starting tomcat as a service so i dont have a console.. maarten -Oorspronkelijk bericht- Van: Suresh babu [mailto:[EMAIL PROTECTED] Verzonden: donderdag 20 juli 2006 12:57 Aan: Tomcat Users List Onderwerp: Re: out of memory error GC details will be printed in console On 7/20/06

Re: out of memory error

2006-07-20 Thread Suresh babu
[EMAIL PROTECTED] Verzonden: donderdag 20 juli 2006 7:32 Aan: Tomcat Users List; Martin Gainty Onderwerp: Re: out of memory error Hi, please set this and send the verbose out put log file. set JAVA_OPTS=%JAVA_OPTS% -verbosegc -XX:+PrintGCDetails, I will look in to this. On 7/19/06, Martin

RE: out of memory error

2006-07-19 Thread MW Janssen
Onderwerp: Re: out of memory error Hi, please set this and send the verbose out put log file. set JAVA_OPTS=%JAVA_OPTS% -verbosegc -XX:+PrintGCDetails, I will look in to this. On 7/19/06, Martin Gainty <[EMAIL PROTECTED]> wrote: > > Good Afternoon Jon- > > set Max Mem and Min

Re: out of memory error

2006-07-19 Thread Suresh babu
" Sent: Wednesday, July 19, 2006 12:12 PM Subject: Re: out of memory error > This may be of help (emphasis on may): > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4765019 > > Has a bit about tuning Xss for a high number of threads. > > MW Janssen wrote: >> H

Re: out of memory error

2006-07-19 Thread Martin Gainty
Message - From: "Jon Wingfield" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, July 19, 2006 12:12 PM Subject: Re: out of memory error > This may be of help (emphasis on may): > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4765019 > &

Re: out of memory error

2006-07-19 Thread Jon Wingfield
] Verzonden: woensdag 19 juli 2006 16:57 Aan: Tomcat Users List Onderwerp: Re: out of memory error MW Janssen wrote: "java.lang.OutOfMemoryError: unable to create new native thread" Are you it isn't just the heap and/or stack that's too small? Try starting the Jvm with one of

RE: out of memory error

2006-07-19 Thread Propes, Barry L
wow! That should be plenty of free space and memory. Not at all sure why you're running out upon startup. -Original Message- From: MW Janssen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 11:03 AM To: 'Tomcat Users List' Subject: RE: out of memory error

RE: out of memory error

2006-07-19 Thread MW Janssen
: 3.87Gb (from lambdaprobe) THX! Maarten -Oorspronkelijk bericht- Van: Propes, Barry L [mailto:[EMAIL PROTECTED] Verzonden: woensdag 19 juli 2006 18:02 Aan: Tomcat Users List Onderwerp: RE: out of memory error look in your windows folder. Yeah, I'm looking at mine and it's not

RE: out of memory error

2006-07-19 Thread Propes, Barry L
m reading are saying theoretically in WinXP or Win2K, you shouldn't have to do that. Which version are you using, Maarten? -Original Message- From: MW Janssen [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 10:40 AM To: 'Tomcat Users List' Subject: RE: out of memory error i

Re: out of memory error

2006-07-19 Thread Christopher Schultz
Barry, > possibly like I (incorrectly, because he was on UNIX) told a guy the other > day. > > Go to startup.bat, right click and change (under the Memory tab) > properties in the Initial Environment box from Auto to 4096 or higher. This still isn't going to change anything: Modifying the envir

RE: out of memory error

2006-07-19 Thread MW Janssen
i dont see a memory tab when i right click.. -Oorspronkelijk bericht- Van: Propes, Barry L [mailto:[EMAIL PROTECTED] Verzonden: woensdag 19 juli 2006 17:32 Aan: Tomcat Users List Onderwerp: RE: out of memory error possibly like I (incorrectly, because he was on UNIX) told a guy the

RE: out of memory error

2006-07-19 Thread Propes, Barry L
: Wednesday, July 19, 2006 9:01 AM To: 'Tomcat Users List' Subject: RE: out of memory error Guys, I am on a Windows NT platform so not Unix..solution? Maarten -Oorspronkelijk bericht- Van: Leon Rosenberg [mailto:[EMAIL PROTECTED] Verzonden: woensdag 19 juli 2006 15:57 Aan: Tomcat

RE: out of memory error

2006-07-19 Thread MW Janssen
swap: 3.87Gb (from lambdaprobe) Maarten -Oorspronkelijk bericht- Van: David Tonhofer [mailto:[EMAIL PROTECTED] Verzonden: woensdag 19 juli 2006 16:57 Aan: Tomcat Users List Onderwerp: Re: out of memory error MW Janssen wrote: "java.lang.OutOfMemoryError: unable to create new n

Re: out of memory error

2006-07-19 Thread David Tonhofer
MW Janssen wrote: "java.lang.OutOfMemoryError: unable to create new native thread" Are you it isn't just the heap and/or stack that's too small? Try starting the Jvm with one of the extended options line "-Xss500k" "-Xmx100m" (if it is the Sun JVM) -

RE: out of memory error

2006-07-19 Thread MW Janssen
Guys, I am on a Windows NT platform so not Unix..solution? Maarten -Oorspronkelijk bericht- Van: Leon Rosenberg [mailto:[EMAIL PROTECTED] Verzonden: woensdag 19 juli 2006 15:57 Aan: Tomcat Users List Onderwerp: Re: out of memory error On 7/19/06, Jon Wingfield <[EMAIL PROTEC

Re: out of memory error

2006-07-19 Thread Leon Rosenberg
On 7/19/06, Jon Wingfield <[EMAIL PROTECTED]> wrote: The process running tomcat can't (read isn't allowed by OS) to create any more threads: "java.lang.OutOfMemoryError: unable to create new native thread" If you are on unix you can up the number by tinkering with the ulimit command. but if y

Re: out of memory error

2006-07-19 Thread Jon Wingfield
The process running tomcat can't (read isn't allowed by OS) to create any more threads: "java.lang.OutOfMemoryError: unable to create new native thread" If you are on unix you can up the number by tinkering with the ulimit command. HTH, Jon MW Janssen wrote: Hi, Can anyone explain and s

Re: Out of Memory Error

2006-06-27 Thread Franck Borel
There is a known problem with SUNs compiler "javac" and Tomcat. If you are using the standard configuration javac and Tomcat uses the same JVM. Soon or later this will produce an "out of memory". To prevent this, you can either update your JRE to Java 5 or set fork=true in your standard deployment

Re: Out of Memory Error

2006-06-26 Thread Mladen Adamovic
Marco Aurélio Seraphim da Silva wrote: There's something I can do to reduce the amount of memory used by the JVM, or it's normal??? Actually, if you don't have many hits/day and if you don't have very memory consuming application you could avoid OutOfMemory exception by reducing -Xmx -Xms to

RE: Out of Memory Error

2006-06-26 Thread Gordon Smith
I'd suggest that you try the following JVM options in your Tomcat JAVA_OPTS environment variable (before deploying these changes in production, test these options in an isolated environment with stress testing tools if at all possible): JAVA_OPTS= -Xms1024m -Xmx1024m -verbose:gc -server - By ma