https://bz.apache.org/bugzilla/show_bug.cgi?id=65552
Bug ID: 65552
Summary: Groovy classes not unloading
Product: JMeter
Version: 5.4.1
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
I am running Jmeter tests using JMeter 5.4.1 and Groovy and openjdk version
"16".
During these test l see the heap memory progressively increases up to the point
to provoke an Out of Memory exception metaspace and a heap dump.
>From Jconsole I can see that Loaded Classes continuously increase, up to the
point of 100K+ classes loaded.
I've run JMeter using -verbose:classes, and there are thousand of lines
regarding loading "Script" classes like:
[Loaded Script1 from file: /groovy/script]
[Loaded Script2 from file: /groovy/script]
[Loaded Script3 from file: /groovy/script]
[Loaded Script2409 from file: /groovy/script]
All my JSR223 elements have check to cache complied scripts.
Can you recommend a solution ?
--
You are receiving this mail because:
You are the assignee for the bug.