Indeed ... we should add some comments to the BAT file ... It would be useful if most of the other stuff could be made optional.
S. -----Original Message----- From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED] Sent: 24 August 2004 16:58 To: JMeter Users List Subject: Re: win 2000 or set JVM_ARGS=-server :-) En BAZLEY, Sebastian ha escrit: > JMETER_CMD_LINE_ARGS is set from the batch file parameters - %* > > JVM_ARGS is presumably intended to be set before calling jmeter.bat: > > set JVM_ARGS=-Dprop=eller > jmeter -n -t test.jmx -l test.jtl > > S. > -----Original Message----- > From: Michael Chandler [mailto:[EMAIL PROTECTED] > Sent: 24 August 2004 16:38 > To: JMeter Users List > Subject: RE: win 2000 > > > Had to put the GC back in. So here are the changes I made for > jmeter.bat: > rem set HEAP="-Xms128m -Xmx128m" > rem 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=64m > set DEBUG=-verbose:gc -XX:+PrintTenuringDistribution > set SERV=-server > > rem set ARGS=%NEW% %SURVIVOR% %TENURING% %EVACUATION% %RMIGC% %PERM% > %DEBUG% > set ARGS=%SURVIVOR% %TENURING% %EVACUATION% %RMIGC% %PERM% %DEBUG% > %SERV% > > rem java %JVM_ARGS% %ARGS% -jar ApacheJMeter.jar %JMETER_CMD_LINE_ARGS% > > java %ARGS% -jar ApacheJMeter.jar > > I don't get any errors. Also, I don't see where JMETER_CMD_LINE_ARGS or > JVM_ARGS are being set to anything. Works without them................ > > -----Original Message----- > From: Jordi Salvat i Alabart [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 24, 2004 9:05 AM > To: JMeter Users List > Subject: Re: win 2000 > > Sounds like a good plan. > > On Unixes (checked Linux and Solaris) it's similar: all JDKs I have > (ranging from jdk1.3.1_07 to j2sdk1.4.2_05) have a > JAVA_HOME/jre/lib/i386/server/libjvm.so and .../client/libjvm.so. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] _______________________________________________________ This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. _______________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

