Are you sure the options are used :
check with a JSP : info.jsp
<%@ page language="java" %>
<HTML>
<HEAD><TITLE>Information</TITLE></HEAD>
<BODY BGCOLOR="white">
<%
        long totalMemory = Runtime.getRuntime().totalMemory();
        long freeMemory = Runtime.getRuntime().freeMemory();
        long maxMemory = Runtime.getRuntime().maxMemory();
%>
TOTAL MEMORY=<%= totalMemory %>
FREE MEMORY =<%= freeMemory %>
MAX MEMORY  =<%= maxMemory %>
</BODY>
</HTML>


-----Message d'origine-----
De : Marco [mailto:[EMAIL PROTECTED]
Envoyé : mardi 20 juillet 2004 08:11
À : Tomcat Users List
Objet : Re: TOMCAT OUT OF MEMORY - HELP


Well ... I red the archives and I set the java options to -Xms512m and 
-Xmx1536m" .... but the problem persists
I use j2sdk1.4.2_02

Shapira, Yoav wrote:

>Hi,
>Search the archives, read the FAQ...
>
>Yoav Shapira
>Millennium Research Informatics
>
>
>  
>
>>-----Original Message-----
>>From: Marco [mailto:[EMAIL PROTECTED]
>>Sent: Monday, July 19, 2004 1:07 PM
>>To: Tomcat Users List
>>Subject: TOMCAT OUT OF MEMORY - HELP
>>
>>Hi
>>
>>We installed Tomcat 4.1.27 on our server (windows 2000 advanced
>>    
>>
>server).
>  
>
>>Tomcat is installed as a Windows service and we setted it to use a
>>maximum memory of 1,5 GB and a start memory of 256 MB.
>>At present we deployed seven applications in the webapps folder.
>>All seems to work correctly, but periodically (and too often) we get an
>>Out of Memory exception.
>>Controlling the Windows processes, we found out that Tomcat uses about
>>300 MB of memory when it goes in out of memory.
>>
>>Can anyone tell us something more about the memory usage of Tomcat or,
>>more simply, help us ?
>>
>>Thanks in advance.
>>
>>    
>>
>
>
>
>This e-mail, including any attachments, is a confidential business communication, and 
>may contain information that is confidential, proprietary and/or privileged.  This 
>e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
>saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
>intended recipient, please immediately delete this e-mail from your computer system 
>and notify the sender.  Thank you.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to