When JMeter is running heavy load testing with HTTP(S) sampler, sometimes, you will met some very painful issue, you test is freezed and no responding. This could be the CPU and memory are consumed too much during your load test. How to solve this issue:
- use
non-GUI mode
- remove
or disable unnecessary listeners. Such as
“View Results Tree”
- Increase
the JMeter heap memory:
- Open the ‘JMeter.bat’
file with a text editor
-
Find “set HEAP”
- Modify the Heap value to whatever you like. Like
this
this link is good for learning more.
No comments:
Post a Comment