Don't use GUI mode for load testing !, only for Test creation and Test debugging.
For load testing, use NON GUI Mode:
jmeter -n -t [jmx file] -l [results file] -e -o [Path to web report folder]
& increase Java Heap to meet your test requirements:
Modify current env variable HEAP="-Xms1g -Xmx1g -XX:MaxMetaspaceSize=256m" in the jmeter batch file
Check : https://jmeter.apache.org/usermanual/best-practices.html

相关文章:

  • 2021-04-05
  • 2021-06-12
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-12-18
  • 2022-12-23
猜你喜欢
  • 2021-08-21
  • 2021-10-20
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-05-07
相关资源
相似解决方案