Or, you can use the Apache Tomcat GUI to update the Max/Min size, by going to Start/Programs/Configure Apache Tomcat Click the Java tab Set the Initial Memory Pool (we set ours at 500 MB) Set the Maximum Memory Pool (we set ours at 900 MB) Click OK
That setting made all the difference in the world. We actually have 2 gigs of RAM on the server Production: Mid-Tier 7.0.01 Patch 1 on IIS 6/Apache Tomcat 5.5/Java 1.6 ARS 6.3 Patch 18 Hope that helps, Michelle -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Axton Sent: Tuesday, February 20, 2007 1:14 PM To: [email protected] Subject: Re: Midtier v7 - java Heap Space (out of Memory) Increase the max heap space tomcat java process can use by adding the following ot the command line that starts tomcat (probably a bat file somewhere on windows): -Xms1024m -Xmx1024m One sets the max, the other sets the initial heap size. Maybe someone else on the list can comment as to what the optimal size of the heap should be. Axton Grams On 2/20/07, Kern, Robert SBA <[EMAIL PROTECTED]> wrote: > ** > Hello list, > > just wondering if anyone has received the following error message (when > trying to login to Midtier, after entering your username) : > > java.lang.OutOfMemory: Java Heap Space > > We are running at Midtier v7.0.01 p1 Win2k with IIS6 and Tomcat (formerly > with Midtier 6 and New Atlanta). > > > Thanks, > Robert __20060125_______________________This posting was > submitted with HTML in it___ > ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

