When you say CATALINA_OPTS, you are talking about in the catalina.sh that
starts the Tomcat server? Your talking about this line in the catalina.sh
file: JPDA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address
=$JPDA_ADDRESS,server=y,suspend=n"

Also, is the somewhere I can find documentation on these things?


Thank You,

Justin A. Stanczak
Web Manager
Shake Learning Resource Center
Vincennes University
(812)888-5813


                                                                                       
                                          
                      "Shapira, Yoav"                                                  
                                          
                      <Yoav.Shapira@mpi        To:       "Tomcat Users List" 
<[EMAIL PROTECTED]>                    
                      .com>                    cc:                                     
                                          
                                               Subject:  RE: Tomcat 4 
java.lang.OutOfMemoryError                                 
                      06/13/02 03:06 PM                                                
                                          
                      Please respond to                                                
                                          
                      "Tomcat Users                                                    
                                          
                      List"                                                            
                                          
                                                                                       
                                          
                                                                                       
                                          




Howdy,
Add -XmxNm to your CATALINA_OPTS, where N is a the maximum heap space in
MB.  The Java default is 64MB, and you're running out of memory.  See
http://java.sun.com/j2se/1.3/docs/tooldocs/win32/java-classic.html

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, June 13, 2002 4:01 PM
>To: [EMAIL PROTECTED]
>Subject: Tomcat 4 java.lang.OutOfMemoryError
>
>I've seen this question a lot in the email group, but I can't find the
>solution. Could someone point me to the fix for this problem. I can
send
>the whole log file if needed. It just shows exceptions being thrown and
at
>the bottom it says this:
>
>----- Root Cause -----
>java.lang.OutOfMemoryError
>
>
>
>Thank You,
>
>Justin A. Stanczak
>Web Manager
>Shake Learning Resource Center
>Vincennes University
>(812)888-5813
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:tomcat-user-
>[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:tomcat-user-
>[EMAIL PROTECTED]>


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







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

Reply via email to