https://bz.apache.org/bugzilla/show_bug.cgi?id=64575
--- Comment #4 from karthik <[email protected]> --- Hi Felix, On doing some investigation I found that "TextComponentUI" refers to area where we see the logs in UI, I have disabled logging in GUI from log4j2.xml <Loggers> <Root level="info"> <AppenderRef ref="jmeter-log" /> <!--<AppenderRef ref="gui-log-event" />--> </Root> </Loggers> After which I don't any memory leak even on long run. I think it might be due to logging that is being done from external JAR that I am using for Kafka, there by accumulating heap due to update in UI. Is Logback enabled in Async mode for Jmeter!! Regards, Karthik -- You are receiving this mail because: You are the assignee for the bug.
