polarnik commented on issue #6336: URL: https://github.com/apache/jmeter/issues/6336#issuecomment-2656754782
 ## View Result Tree has a memory leak: - clicking by each item allocates additional memory for the response, and the GC can not deallocate it ## View Result Tree items allocate memory for the total response size with ignoring the option `view.results.tree.max_size=10485760` - the response body uses a limit 10 485 760 bytes, but the View Result Tree allocates a full response size (1 GiByte)  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org