You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How much memory is generally recommended to run cypress on how many servers? How many scripts can you run on 8 gigabytes of RAM? How to reduce the memory consumption of scripts?
To run with java code, start ten cypress run almost at the same time to run ten scripts.
The following happens:
1、Out of memory failed to run
2、Browser response timeout
Cypress Mode
cypress run
Cypress Version
13.10.0
Browser Version
Edge
Node version
v16.20.2
Operating System
win10
Memory Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered:
How many scripts can be parallelized at the same time? How many scripts can you run in 8GB?
This issue list is primarily for reporting issues with the documentation, not for asking support or "how-to" type questions. You may however be able to get some feedback and help from the Cypress technical community on Discord regarding the second part of your question.
Cypress can run recorded tests in parallel across multiple machines. While parallel tests can also technically run on a single machine, we do not recommend it since this machine would require significant resources to run your tests efficiently.
Test code to reproduce
How much memory is generally recommended to run cypress on how many servers? How many scripts can you run on 8 gigabytes of RAM? How to reduce the memory consumption of scripts?
To run with java code, start ten cypress run almost at the same time to run ten scripts.
The following happens:
1、Out of memory failed to run
2、Browser response timeout
Cypress Mode
cypress run
Cypress Version
13.10.0
Browser Version
Edge
Node version
v16.20.2
Operating System
win10
Memory Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: