Use non-GUI mode; remove *all* listeners, and add -l to create a new listener.

If you don't need XML output, CSV uses less memory - just edit the
saveservice entries in jmeter.properties.

S.
On 03/04/06, Bruno Charloup <[EMAIL PROTECTED]> wrote:
> Hi all,
> I'm performing some long tests on my application using JMeter.
> Finally, my application is still "alive", but JMeter not !
>
> I've added memory for JMeter in the JMeter.bat :
> set HEAP=-Xms512m -Xmx512m (this line is changed, other lines remain
> unchanged)
> 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.
>
> After several hours of test, I've notice the following error in the Jmeter
> log file :
> ...
> [Full GC 511231K->499802K(511232K), 4.9694246 secs]
> [Full GC 499802K->499802K(511232K), 6.0781613 secs]
> [Full GC 511231K->499801K(511232K), 4.9623606 secs]
> [Full GC 499801K->499792K(511232K), 6.3139776 secs]
> [Full GC 511231K->499817K(511232K), 4.9652682 secs]
> [Full GC 499817K->499809K(511232K), 6.3019554 secs]
> Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap
> space
> [Full GC 511231K->499831K(511232K), 4.9686033 secs]
> [Full GC 499831K->499830K(511232K), 6.3753206 secs]
> [Full GC 511231K->500148K(511232K), 175.8785443 secs]
> [Full GC 500148K->500089K(511232K), 7.2839154 secs]
> Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap
> space
>
>
> Then, JMeter does not send any request to my application, even if it seems
> OK !
> During my test i have register listener result in a jtl file, and the size
> of this file is about 200 Mo.
>
>
> Do you know if it exist a solution to solve this problem (is it a bug or a
> limit of JMeter ?) ?
> (may I give more memory to JMeter ? Or Distribute workload on several JMeter
> ?)
>
> Thanks in advance for any idea or solution.
>
>
>
> --
> Bruno
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to