https://issues.apache.org/bugzilla/show_bug.cgi?id=52305
Bug #: 52305
Summary: IfController : PermGen Memory leak when using
javascript
Product: JMeter
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 28055
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28055
Test plan to reproduce issue
When using javascript in IfController, it leads to a OOM due to permgen Memory
Leak.
A workaround is to use JEXL instead of Javascript:
${__jexl(${JMeterThread.last_sample_ok} == true)}
See mail from Stanton W Derry on JMeter user list date 8 december 2011.
Philippe
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.