@10 threads, I don't think it makes a difference over time if you are using GUI mode, even for long times.
1. Have you tried with -Xmx1024? too see if it works at that level without memory exceptions or you raised the size because of memory problems in the first place? 2. Edit the jmeter script that you use to start jmeter and make sure "-server" is sent as java parameter along with the parameters you already shown. This makes sure that a 64bit virtual machine is used (though it should work without, but just to make sure). It is one of the components of ARGS= $SERVER ... etc (add -server yourself if $SERVER is not there). On Tue, Feb 8, 2011 at 9:04 PM, Deepak Shetty <[email protected]> wrote: > >I get Java Heap size issue and the script hangs. > Can you post your exact exception to verify? > Also dont run long running tests in GUI mode. > > regards > deepak > > > On Tue, Feb 8, 2011 at 10:21 AM, Kirthi Prabhu <[email protected]> > wrote: > > > Hi All, > > > > I am using Jmeter on 64 bit machine which has 32 GB RAM. And I use the > > following setting. > > set HEAP=-Xms256m -Xmx4096m > > set NEW=-XX:NewSize=128m -XX:MaxNewSize=128m > > set SURVIVOR=-XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=50% > > set TENURING=-XX:MaxTenuringThreshold=2 > > set EVACUATION=-XX:MaxLiveObjectEvacuationRatio=20% > > set RMIGC=-Dsun.rmi.dgc.client.gcInterval=600000 > > -Dsun.rmi.dgc.server.gcInterval=600000 > > set PERM=-XX:PermSize=64m -XX:MaxPermSize=4096m > > > > Inspite if using 4GB HEAP Size as MAX, I get Java Heap size issue and > > the script hangs. > > I am using the script for duration test which will run for 12 hrs. > > My script has 10 threads. > > For each thread I am using Loop=72 > > Each thread has 10-15 transaction > > Virtual users for 5 threads are 20 and the rest 100Vusers= total > > 800Vuser. > > There is only 1 summary report enabled. > > There are 1 counter and 1 gaussian timers for each thread. > > > > Please let me know what is going wrong. > > Thanks, > > Kirthi > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >

