How can I prevent test server reaching resource limits? #1022
Unanswered
anepomnyaschih
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A lot of my tests (about 10%) are retried because of timeouts. I see in monitoring that my test server reaches limits in CPU usage and memory during test run. My hypothesis is that server can not process this number of tests tun in parallel.
What ways do I have to solve the problem? Can I limit number total number of tests run in parallel, for example? Or does Testplane have smarter way to do that?
I see such params as sessionsPerBrowser and parallelLimit. But i am not sure they are appropriate.
Beta Was this translation helpful? Give feedback.
All reactions