JMeter issues when running large number of threads

前端 未结 6 636
無奈伤痛
無奈伤痛 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:11

    After increasing Xms et Xmx heap size, I had to make my Java run in 64 bits mode. In jmeter.bat :

    set JM_LAUNCH=java.exe -d64
    

    Obviously, you need to run a 64 bits OS and have installed Java 64 bits (see https://www.java.com/en/download/manual.jsp)

提交回复
热议问题