-
Notifications
You must be signed in to change notification settings - Fork 40
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
Database default space allowance gets filled fairly quickly #401
Comments
I have run:
inside the job container, but I get this failure:
it seems to happen on:
it does return |
However, even after running the subsequent step to the failing one (plus all others that run before), the disk usage in the database is more less the same... |
Main culprit seems to be:
ok, apparently in postgres speak, external size means the size with external indices, references, etc. |
Try setting: Regarding the maintenance failure, The maintenance cron job doesn't run that maintenance script, it only runs a job for cleaning up the tmpdir. But I think we should include this script as well. I think that the silent job failure should be reported on Galaxy, it's probable that it's affecting a lot of people. |
Agreed, will look to where it should go.
Sure, will do! |
So, for the record here, changing |
Also, I was told by Nicola I think that the |
After only 10 executions or so of our single cell pipeline, the database disk got full:
is there any process in place that is cleaning the database with some regularity? Or should we suggest a higher default for the postgres disk space? I have been cleaning up disk space regularly, but I suspect that the database logs of jobs is not getting cleaned up as part of this process. None of the maintenance jobs take care of this?
The text was updated successfully, but these errors were encountered: