Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huge Memory Usages #28184

Closed
ANSHUL786 opened this issue Oct 31, 2023 · 1 comment
Closed

Huge Memory Usages #28184

ANSHUL786 opened this issue Oct 31, 2023 · 1 comment
Labels
type: duplicate This issue or pull request already exists

Comments

@ANSHUL786
Copy link

Test code to reproduce

In my code after the execution for 10 min it goes to 4.2 GB memory. after some time it goes into "Out of memory" state

Is there a way to either increase memory in cypress or decrease the quality

image

Cypress Mode

cypress run

Cypress Version

13.3.3

Browser Version

Chrome 118

Node version

18.17.1

Operating System

Windows 11

Memory Debug Logs

No response

Other

No response

@jennifer-shehane
Copy link
Member

Assuming this is during cypress open, you could try setting numTestsKeptInMemory to a lower number or 0, you would then lose the time travel snapshots, but this uses a bit of memory.

Closing as duplicate of #4164

@jennifer-shehane jennifer-shehane added the type: duplicate This issue or pull request already exists label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants