https://issues.apache.org/bugzilla/show_bug.cgi?id=47921

           Summary: Variables not released for GC after JMeterThread
                    exits.
           Product: JMeter
           Version: 2.3.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [email protected]


If a test plan stores data in JMeter variables, then the data is not released
until the test plan terminates.
This data should be released when the thread group terminates.

To reproduce,
 * Create two thread groups with the same number of threads and a BSF sampler
under each one.
 * Add some code to each BSF sampler to create some multi Mb string data and
store it in vars.
 * Set the test plan option "Run thread groups sequentially".
 * Run the test.

Observe that the memory used by JMeter goes up when running the first thread
group, and up again by the same amount during the second thread group. Memory
is not released until the end of the test plan.

Please see this mail for the reasoning leading up to this:
http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/200909.mbox/%[email protected]%3e

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to