-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
sqlite3.OperationalError: database or disk is full #132
Comments
If you combine the multipart zip files into one file, you can mount the zip file using fuse-zip, and then use the mounted cache.sqlite3 as normal. The speed is pretty good too. E.g.
|
I'll look into yor suggestion as soon as I have a bit of spare time 👍🏽 |
As a quick work-around, I tried to save some space on the CI machine. At the moment, it has been working just fine for 4 days now so the problem is solved - at least for now. I like the proposal of @dougy83, and I will look into it in the future. |
Hi,
I just realized that you encounter the exact same issue as I do with my KiCAD plugin as we use your cache.
https://github.com/yaqwsx/jlcparts/actions/runs/9771283483/job/26973813599#step:5:258
My guess is that the GH actions runners have disk that is now insufficient to store the database file ...
Do you have a plan on how to solve this?
I lack the time at the moment, but I would really like to build an API that serves JLC parts data, sanitized and usable.
The text was updated successfully, but these errors were encountered: