flood-io / ruby-jmeter

A Ruby based DSL for building JMeter test plans
MIT License
748 stars 139 forks source link

Jmeter startup consuming 9g for version 5 in non gui mode without usage of any listener #140

Open ruchikaChawla opened 5 years ago

ruchikaChawla commented 5 years ago

I am using Jmeter in non GUI and not using any listener as of now. Jmeter is taking 14 g of virtual memory at the time of start up in 4.0 version and 9g of memory in 5.0 version with out passing any configuration file and as the load is increasing (in 1 sec 250 request with loop count of 100) memory utilization is 32g. I do not want to increase heap size, can you tell me the solution how i can reduce the memory consumption?

Virtual memory usgae through top command- image

Simple jmx file- image