http://jakarta.apache.org/jmeter/usermanual/best-practices.html#lean_mean a. Don't use GUI mode b. If you must , dont use listeners that use memory proportional to number of sample(View results Tree Listener is a big no)
How much Heap did you give jmeter(Xmx flag). Give as much as you can for your system but no more(1Gb usually enough for most tests if you follow the recommendation sin best practices, 2GB is great ) . regards deepak On Thu, Feb 17, 2011 at 4:04 AM, Raghavendar <[email protected]>wrote: > > HI, > > when I run the script, when I increase the user list above 10 I am getting > the > > "Exception in thread "Keep-Alive-Timer" java.lang.OutOfMemoryError: Java > heap space > Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java > heap > space > Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java > heap > space" > > this is very simple script which is running fine previous, Just I need to > change the system. > > pls help me in this regard. > > thank U. > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Jmeter-64-bit-Out-of-memory-exception-tp3376340p3389317.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

