I am running a jmeter script against database. My queries are producing huge volume of data as response data(nearly 100000 rows , Request count: more than 30000). I am not willing to limit the rows. So my jmeter instance is facing memory issue.
I am currently using 64gb ram and 8vcpu instance. I have also allocated 56gb as heap memory to jmeter. I am not willing to do distributed testing. If I have to increase the instance memory what should I go for? Is there any way to over come this?