RE: Memory allocation

2008-03-24 Thread Caldarale, Charles R
> From: Charl Gerber [mailto:[EMAIL PROTECTED] > Subject: Re: Memory allocation > > How much memory will Tomcat be allocated on default? Start here: http://java.sun.com/javase/technologies/hotspot/gc/index.jsp One of the links from the above page is short and sweet: http://java.

Re: Memory allocation

2008-03-24 Thread Charl Gerber
I'm using JDK 1.6_05, downloaded from sun.java.com. And Tomcat 6.0.16, downloaded from apache website. How much memory will Tomcat be allocated on default? --- Gabe Wong <[EMAIL PROTECTED]> wrote: > Charl Gerber wrote: > > Hi, > > > > I'm setting up a Centos 5 server with Apache, > MySQL > > an

Re: Memory allocation

2008-03-23 Thread Gabe Wong
Charl Gerber wrote: Hi, I'm setting up a Centos 5 server with Apache, MySQL and Tomcat 6 (jre 1.6). I think we have joomla on it as well. The machine will be used purely as a webserver running a tomcat app and maybe some static html from the apache server. Quite a bit of interaction with the MyS

RE: Memory Allocation

2007-03-30 Thread Dwight Farris
Hello Jeremy, catalina.sh - #!/bin/sh # -- # Start/Stop Script for the CATALINA Server # # Environment Variable Prequisites # # CATALINA_HOME May point at your Catalina "build" directory. # # CATALINA_BASE (Optional)

Re: Memory Allocation

2007-03-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy, Jeremy Matthews wrote: > Using a Mac OS 10.4 system w/ Tomcat 5.5.23... > > Exactly where (what line location) do you use in the catalina.sh file to > place memory arguments? > (JAVA_OPTS="-Xmx12000m -Xms1m") catalina.sh is just a regul