Re: Problem setting memory options

2007-04-11 Thread POWER architecture PowerPC
The option "-Xss" is setting the stack size to 5GB. Is this your intention? Have you tried setting "-Xms" ? > > >* From: Soumyadeep nandi ><[EMAIL PROTECTED]> >* Subject: Problem setting memory options >* Date: Thu, 5 Apr 2007 01:05:21 -0

Problem setting memory options

2007-04-05 Thread Soumyadeep nandi
Hi, I am running an application on system having 32GB RAM and of 64 bit architecture in Red Hat Enterprise Linux AS release 3 (Taroon). The program would build a model from a large input file "train.arff". The command I am using as: java -Xss5g -Xmx5g -verbose:gc -XX:+PrintGCDetails -XX: