JVM memory problem on Linux
bouchia.nazha_at_free.fr
Date: 02/18/04
- Next message: George Palmer: "Re: Java Events"
- Previous message: Tom N: "Re: Java JLabel JPanel Graphics etc..."
- Next in thread: Jared Dykstra: "Re: JVM memory problem on Linux"
- Reply: Jared Dykstra: "Re: JVM memory problem on Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 18 Feb 2004 00:59:26 -0800
Hello
I have encountered a problem using tomcat, linux and ssl.
My problem seem to be a JVM memory deallocation problem on Linux.
This is my configuration:
OS: Redhat7.2
Tomcat: 4.0
Jdk: 1.3.1_07
I have a servlet that does a post https connexion with a certificat
client and server.
When I execute 200 (or more) this servlet, we can see that the memory
increase.
After 200 calls consecutive, the memory has increased of 20M and
doesn't decrease.
After 1000 calls, the server doesn't have enough memory and tomcat
crash.
I have upgrated the jdk toV1.4.1 and tomcat to V5.0, and have the same
problem.
I have add tomcat option like "-Xmx" without succes.
When I do this test with Windows2000, the memory increase but decrease
after.
It seem to be link with linux.
I have post a message on Tomcat-Forum, i have this response:"It could
be a JVM bug on Linux or
another configuration problem. Since the problem occurs under platform
A while
not on platform B, it would be hard to blame tomcat for a memory
leak."
Have you any idea ? It's a configuration problem ?
Do you know how to configure Linux Kernel ??
Any help will be welcome.
Thanks.
- Next message: George Palmer: "Re: Java Events"
- Previous message: Tom N: "Re: Java JLabel JPanel Graphics etc..."
- Next in thread: Jared Dykstra: "Re: JVM memory problem on Linux"
- Reply: Jared Dykstra: "Re: JVM memory problem on Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|