How do threads and number of iterations impact test and what is JMeter’s max. thread limit

后端 未结 6 864
不思量自难忘°
不思量自难忘° 2020-12-02 20:11
  1. Would you please tell me the max limit of no. of threads that i can use in JMeter 2.4 for conducting a load test?

  2. Is there any difference in taking

6条回答
  •  感动是毒
    2020-12-02 20:56

    There is no limit on Thread execution in Jmeter. Since its a java based tool, it uses java thread capabilities. In case of concurrent thread execution we need to taken care of machine configuration (ie. Memory size and CPU).

    To avoid OutOfMemory issue try to run jmeter in NON-GUI mode with custom java runtime arguments in jmeter script inside apache-jmeter/bin/jmeter . Default is 512 MB.

提交回复
热议问题