Re: Problem with java.lang.OutOfMemoryError

2002-04-25 Thread Bojan Smojver
I've bumped into some problems with out of memory when using StingCharacterIterator on IBM's JDK 1.3.0 and 1.3.1 for Linux (I don't use other platforms, so I don't know if it's platform specific). The piece of code that worked fine suddenly caused problems. The JVM would run out of memory (I use T

Re: Problem with java.lang.OutOfMemoryError

2002-04-25 Thread Desarrollo e Investigación
Well, the server goes down twice a week. We are working just with servlets and in the web server are connected 150 users, approximate (my english is not so good, sorry). Thanks. Adolfo. On 26 Apr 2002 at 8:50, Bojan Smojver wrote: > Have you tried giving your JVM a bit more memory? Does that

Re: Problem with java.lang.OutOfMemoryError

2002-04-25 Thread Bojan Smojver
Have you tried giving your JVM a bit more memory? Does that keep it stay alive for a little while longer or it makes no difference? The 'sometimes goes down' happens once a day, once a week or once a month? Bojan On Fri, 2002-04-26 at 06:23, Desarrollo e Investigación wrote: > > Hello. I

Problem with java.lang.OutOfMemoryError

2002-04-25 Thread Desarrollo e Investigación
Hello. I use Apache Tomcat/4.0.2 in Linux Red Hat 7.1 and sometimes go down with the message: HTTP Status 500 Internal Server Error ... root cause java.lang.OutOfMemoryError I don't know the