JMeter OutOfMemoryError

后端 未结 11 1964
北荒
北荒 2020-12-25 14:20

I am facing below OutOfMemor errors, and JMeter stops working....

java.lang.OutOfMemoryError: Java heap space Dumping heap to
    java_pid4412.hprof ... Heap         


        
11条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-25 15:19

    Adjust the heap size as mentioned in the other answers and also take some best practices into account

    • When running a test (not when validating of course) use the non-gui mode
    • Disable any heavy listener such as View Result Tree but instead use a Simple Data Writer and analyze your data afterwards

    These 2 items will already greatly increase your performance and heap size usage

提交回复
热议问题