polarnik commented on issue #6336:
URL: https://github.com/apache/jmeter/issues/6336#issuecomment-2656754782

   
![Image](https://github.com/user-attachments/assets/6c590286-05a8-489a-a0db-d3406a6977a4)
   
   
   ## 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)
   
   
![Image](https://github.com/user-attachments/assets/81baf467-9406-43e3-878f-4a910a36fbf6)


-- 
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

Reply via email to