PermSize is a scam comment in jmeter startup command

2012-01-09 Thread Art OCathain
The startup script has the following line in it: # PermSize is a scam. Leave it like this: #PERM=-XX:PermSize=64m -XX:MaxPermSize=64m Is there any particular reason for this? (The explanatory link at the beginning of the script is broken) My tests are running out of perm gen and I want to try

Re: PermSize is a scam comment in jmeter startup command

2012-01-09 Thread Deepak Goel
Hey Namaskara~Nalama~Guten Tag~Bonjour 1. Are you pumping a lot of load? 2. Is your system freeing up sessions, objects after the transaction has been completed 3. Might be a system bug (A Server leaking objects of its own) :) Deepak -- Keigu Deepak +91-9765089593 deic...@gmail.com

RE: PermSize is a scam comment in jmeter startup command

2012-01-09 Thread Art OCathain
OK, thanks for the replies. JMeter still seems to work with a larger value, so now I'm off memory-leak-hunting. Art -Original Message- From: Kirk Pepperdine [mailto:kirk.pepperd...@gmail.com] Sent: 09 January 2012 11:26 To: JMeter Users List Subject: Re: PermSize is a scam comment

Re: PermSize is a scam comment in jmeter startup command

2012-01-09 Thread Kirk Pepperdine
On 2012-01-09, at 2:57 PM, Flavio Cysne wrote: Aloha, Art. What version of JMeter are you using? OOME is occurring when running JMeter GUI or non-GUI (-n parameter)? In GUI mode it may lead to OOME if you use a lot of Listeners. Have you tried changing mode to Batch in jmeter.properties?