Test running in non gui mode using Jenkins. Backend listener I'm using. Then collecting a JTL, Aggregate report, HTML report etc.
JVM: Don't have any idea on this. Running test from Jenkins. But don't know on which physical server Jenkins is placed. OS: I'm using Windows on AWS. But actual execution is from Jenkins via a shell script. Threads: Initially I tried with 100 threads and the error exists. Later tried with only 1 thread and still the same error was there. Samples: There are 25 thread groups. Each has at least 10 transaction controllers. Each transaction controller has approx 5 samplers. So the total is 1250 samplers approx. But I,m confused why this error is coming with a single user now? Is it possible that the heap issue is on the application side? If there is some memory leak on the application side? Or JMeter is not picking the changes which I committed to Jenkins? When we run any script on a local machine after doing changes then we have to restart JMeter. But I'm running it via Jenkins so it may possible no restart is done On Fri, Jul 2, 2021 at 11:38 PM Felix Schumacher < [email protected]> wrote: > > Am 02.07.21 um 18:10 schrieb Deepak Chaudhari: > > Hi, > > > > I'm executing al load test with 100 users using JMeter and after 5 > minutes > > getting below error: > > java lang out of memory error heap space > > > > I tried to increase the heap space (Xms1g -Xmx8g) > > Also increased JVM space (JVM_ARGS="-Xms1g -Xmx8g") > > > > But I'm still getting the same error. > > Any solution for this? > > You could tell us more about the used elements in your test plan. > Especially the used listeners. > > Apart from those information, it might be interesting to know the used > JVM, OS, threads, taken samples... > > Felix > > > > >
