How to limit( or reduce) the amount of RAM used by Tomcat?

2004-01-21 Thread Salvador Santander Gutierrez
I want to limit ( or reduce) the max Mb of RAM for the tomcat application, Can I configure this in Tomcat? We've a problem with Tomcat: Memory assigned to Tomcat grows and grows and when process of Tomcat use the 64% of phisical memory, Tomcat crash and I need to restart the server. We're using

RE: How to limit( or reduce) the amount of RAM used by Tomcat?

2004-01-21 Thread William Sundberg
Try and use the java memory options: export JAVA_OPTS='-Xms64m -Xmx128m' -Original Message- From: Salvador Santander Gutierrez [mailto:[EMAIL PROTECTED] Sent: den 21 januari 04 09:25 To: Tomcat List Subject: How to limit( or reduce) the amount of RAM used by Tomcat? I want to limit (