JMeter issues when running large number of threads

前端 未结 6 640
無奈伤痛
無奈伤痛 2020-12-10 04:30

I\'m testing using Apache\'s Jmeter, I\'m simply accessing one page of my companies website and turning up the number of users until it reaches a threshold, the problem is t

6条回答
  •  一生所求
    2020-12-10 05:05

    I had a similar issue and increased the heap size in jmeter.bat to 1024M and that fixed the issue.

    set HEAP=-Xms1024m -Xmx1024m
    

提交回复
热议问题