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
The pagedjs-cli utility is leaving ~7MB temporary files in our temp folder on every execution. We found it when we hit 75GB of temp files and ran out of disk space on a self-hosted build agent.
The pagedjs-cli utility is leaving ~7MB temporary files in our temp folder on every execution. We found it when we hit 75GB of temp files and ran out of disk space on a self-hosted build agent.
This appears to be a default of puppeteer (https://stackoverflow.com/questions/68674577/puppeteer-consuming-too-much-disk-space-with-temporary-files) but pagedjs-cli is running puppeteer and we don't appear to have any means of injecting the cache-cleaning additional command-line arguments.
It would be valuable to add a "--noCache" option to pagedjs-cli, which in turn would pass the cache-disabling options to puppeteer.
The text was updated successfully, but these errors were encountered: