cypress
cypress copied to clipboard
V8 process OOM
Current behavior
Browser crashes after 10 tests after upgrading to 10.8.0 chrome version 106
Desired behavior
should not report an error
Test code to reproduce
Browser crashes after 10 tests after upgrading to 10.8.0
Cypress Version
10.8.0
Node version
v14
Operating System
macOS12
Debug Logs
No response
Other
No response
after testing There are problems with chrome V106, V104, V101 versions With more and more tests, after the chrome memory exceeds 3G, there is a high probability of crashing
be OOM by cypress 10+
@tcw010 Can you please include the tests you are running or a link to a repo that reproduces the issue? We have heard of reports of Chromium browsers having memory issues (as seen here). As a temporary workaround I would suggest downgrading your chrome to a version <v100 which seems to be when these issues arose in Chromium.
Unfortunately we have to close this issue due to inactivity. Please comment if there is new information to provide concerning the original issue and we can reopen.
@nagash77 : I am still seeing this same issue with Chrome - Version 114.0.5735.198
You can refer my repo :: https://github.com/rajat007kamra/CypressAssignment
Hi @rajat007kamra , thank you for the reproduction repository. Have you tried enabling experimental memory management? In order to fully reproduce and triage, can you let me know how much memory the machine these tests are running on has available?
Thanks!
@cacieprins : Below is my PC configurations ::
I have around 400 GB of space available.
Thank you, @rajat007kamra ! Unfortunately, I'm unable to reproduce with your example repository - could you try enabling experimental memory management to see if that resolves your issue? Thanks!
@cacieprins : By enabling experimentalMemoryManagement:true , I am not able to reproduce this issue. Thanks- @cacieprins
Glad to hear it - I'll go ahead and close this issue.