Folks,
I have a webservice on weblogic7.0 which gets called by some 100 clients every minute (approx). The server has 1GB of physcial memory. It is in Production Mode. The server runs out of memory every single day.
Let me know what your thoughts are on this.
Thanks.
Raj.
-
Webservice Eats up Physical Memory (3 messages)
- Posted by: Rajesh Thota
- Posted on: April 07 2003 03:56 EDT
Threaded Messages (3)
- Thoughts on: Webservice Eats up Physical Memory by Race Condition on April 07 2003 16:54 EDT
- JVM Settings by jason priestly on April 09 2003 04:29 EDT
- Use a Java profiler by jason priestly on April 09 2003 04:32 EDT
- JVM Settings by jason priestly on April 09 2003 04:29 EDT
-
Thoughts on: Webservice Eats up Physical Memory[ Go to top ]
- Posted by: Race Condition
- Posted on: April 07 2003 16:54 EDT
- in response to Rajesh Thota
I think you need more memory. -
JVM Settings[ Go to top ]
- Posted by: jason priestly
- Posted on: April 09 2003 04:29 EDT
- in response to Race Condition
Try tuning your JVM memory and garbage collection settings.
Try for example:
-Xms512m -Xmx512m -XX:NewSize=128m -XX:MaxNewSize=128m -XX:SurvivorRatio=10 -
Use a Java profiler[ Go to top ]
- Posted by: jason priestly
- Posted on: April 09 2003 04:32 EDT
- in response to jason priestly
Use a profiler to find the memory problems.
www.jprobe.com
www.optimizeit.com