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) Base directory for resolving dynamic portions
#                   of a Catalina installation.  If not present, resolves to
#                   the same directory that CATALINA_HOME points to.
#
#   CATALINA_OPTS   (Optional) Java runtime options used when the "start",
#                   "stop", or "run" command is executed.
#
#   CATALINA_TMPDIR (Optional) Directory path location of temporary 
#                    directory
#                   the JVM should use (java.io.tmpdir).  Defaults to
#                   $CATALINA_BASE/temp.
#
#   JAVA_HOME       Must point at your Java Development Kit installation.
#
#   JAVA_OPTS       (Optional) Java runtime options used when the "start",
#                   "stop", or "run" command is executed.
#
#   JPDA_TRANSPORT  (Optional) JPDA transport used when the "jpda start"
#                   command is executed. The default is "dt_socket".
#
#   JPDA_ADDRESS    (Optional) Java runtime options used when the "jpda 
#                         start"
#                   command is executed. The default is 8000.
#
#   JSSE_HOME       (Optional) May point at your Java Secure Sockets 
#                   Extension
#                   (JSSE) installation, whose JAR files will be added to 
#                          the system class path used to start Tomcat.
#
#   CATALINA_PID    (Optional) Path of the file which should contains the 
#                   pid of catalina startup java process, when start (fork) 
#                   is used
#
# $Id: catalina.sh,v 1.13.2.1 2004/08/21 15:49:49 yoavs Exp $
#
----------------------------------------------------------------------------
-

###################################
# OSCR Specific Settings
CATALINA_OPTS="$CATALINA_OPTS -Xms1024m -Xmx1024m"
export JAVA_HOME=/Library/Java/Home
###################################

It is essentially at the very beginning.
Dwight 

-----Original Message-----
From: Jeremy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 30, 2007 9:58 AM
To: users@tomcat.apache.org
Subject: Memory Allocation

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 -Xms10000m")

Thanks,
jeremy

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to