-
Notifications
You must be signed in to change notification settings - Fork 609
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
Possible EventEmitter memory leak detected #594
Comments
I was using BackstopJS v3.0.30 at the time. |
If you are using the docket, try: --shm-size 512m, which was posted here: #537 |
No we are using a vragant box. |
Hi @dbazuin , When I was looking for what was happening with So please check if your code is accessing reachable url. Probably good way to test it, is spactate with /V |
Hi Vladimir, I will check it. Thanks. |
I get this warning when running backstop test
(node:81835) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 SIGINT listeners added. Use emitter.setMaxListeners() to increase limit
The text was updated successfully, but these errors were encountered: