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: jmeter-dev@jakarta.apache.org ReportedBy: ronan.kl...@groupbc.com 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/%3c4ac1ac85.2010...@groupbc.com%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: jmeter-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org