hi,

yes it would make very much sense :-)

just don't forget to upgrade your java to a 64 bit version (since 1.5
for suns jdk, 1.5_08 is the latest) and sky is your limit for java's
memory.

To give java more memory than 4g just use the -Xms/-Xmx options:

java -Xmx6g for example.

For tomcat you have to set memory in the catalina.bat  as JAVA_OPTS variable:
JAVA_OPTS="-mx6g -ms6g" for 6gb.

regards
Leon

On 9/8/06, joon yoo <[EMAIL PROTECTED]> wrote:
Hello,

I'm a sysadmin, not a programmer so therefore my questions are limited
to server hardware and OS configuration.

We're having memory management problems with java and our tomcat
webapp on a win2000 sp4 server:

HP proliant DL360 G3
Xeon 2.8 (HT on)
2GB RAM

I'm unable to expand java mem pool beyond 1024MB on this server.

Would it make sense to upgrade to win2003 64bit and upgrade the RAM to
8GB's.  If so, do I need to do anything special to get 64bit support
out of java and tomcat?  Plus how can I expand java mem pool to beyond
4GB's.

Thanks for any help,

Joon

---------------------------------------------------------------------
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