you could probably also use something like http://www.programmerplanet.org/projects/jmeter-ant-task/
On Fri, Aug 15, 2014 at 2:18 PM, Deepak Shetty <[email protected]> wrote: > you probably need to raise a bugzilla (you might try adding it to JVM_ARGS > and see if the last option wins i.e. the option will come twice , but this > would likely be fragile) > > > On Fri, Aug 15, 2014 at 1:53 PM, albert_newton <[email protected]> > wrote: > >> I am trying to increase the JMeter heap size to get rid of the error >> 'java.lang.OutOfMemoryError: PermGen space'. I know that it can be >> increased >> in the jmeter.bat file by setting the following properties to a higher >> desired number: >> >> set HEAP=-Xms256m -Xmx512m >> set PERM=-XX:PermSize=64m -XX:MaxPermSize=128m >> >> But we are wanting to be able to set it differently ( maybe through >> system.properties or jmeter.properties or something else?), so that we >> don't >> have to modify the jmeter.bat file everytime a new version comes out (we >> are >> basically automating the installation of JMeter in our application), and >> we >> are trying to just override the heap size property a different way without >> tinkering with the jmeter.bat file. >> >> Does anyone have an idea of how this can be achieved? >> >> >> >> >> >> -- >> View this message in context: >> http://jmeter.512774.n5.nabble.com/How-to-increase-the-JMeter-heap-size-without-modifying-the-jmeter-bat-file-tp5720849.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] >> >> >
