Hi,
I have a gatling script for a salesforce application where I have some session variables that I m putting it in session. Due to this the session is holding too much of data and occupying more heap.
After some 600 users my scale test would crash due to outofmemory exceptions.
How can i clear this session data after I use it or what is the alternative option to hold the captured data from any response?