-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Reported Memory Leak #235
Comments
I have been working on this for a little bit now and while other jobs complete, we have this one still running consistently into this memory issue. We're running a github action on Ubuntu latest with node v.22. It always fails at the same point and reports as out of memory. I added some tracing and am attaching the logs from the most recent run. The code snippet below is the same for all three jobs, working in two and not in the one mentioned above. steps: |
Still happening for me as well: /home/user/.cache/pnpm/dlx/nyebsawq2skhwbmv3wuy7tb4uu/1925b7eae8d-33c875/node_modules/.pnpm/puppeteer-cluster@0.24.0_puppeteer@23.5.0/node_modules/puppeteer-cluster/dist/util.js:69
throw new Error(`Timeout hit: ${millis}`);
^
Error: Timeout hit: 300000
at /home/user/.cache/pnpm/dlx/nyebsawq2skhwbmv3wuy7tb4uu/1925b7eae8d-33c875/node_modules/.pnpm/puppeteer-cluster@0.24.0_puppeteer@23.5.0/node_modules/puppeteer-cluster/dist/util.js:69:23
at Generator.next (<anonymous>)
at fulfilled (/home/user/.cache/pnpm/dlx/nyebsawq2skhwbmv3wuy7tb4uu/1925b7eae8d-33c875/node_modules/.pnpm/puppeteer-cluster@0.24.0_puppeteer@23.5.0/node_modules/puppeteer-cluster/dist/util.js:5:58)
at runNextTicks (node:internal/process/task_queues:60:5)
at process.processTimers (node:internal/timers:511:9)
Node.js v20.12.2 |
Hi, was there ever a resolution to this issue as it is happening repeatedly with one of our sites? Node.js: v20.18.0 Seems to get to 99% and then throws the following error:
|
Describe the bug
I am getting this error with unlighthouse/0.13.2 darwin-arm64 node-v20.16.0:
I am unclear why this would be an issue.
Sites scan normally, then the amount of memory consumed on the device skyrockets until the script crashes.
I don't know if it is a puppeteer or unlighthouse.dev problem. I have done nothing custom to either. Just a config.
Also, in the instance where it doesn't die on a different site:
Reproduction
Yes...
System / Nuxt Info
The text was updated successfully, but these errors were encountered: