-
Notifications
You must be signed in to change notification settings - Fork 104
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
postgres data growth is abnormal #828
Comments
The following directories have a larger capacity than the normal one
|
pg-boss is used to managed off-chain asset sync. Maybe see if there's unusual growth in it's tables |
Thank you for your advice.
what should I do? |
I had the same issue, the resolution was to launch vacuum on the Asset table.
This is quite long operation, so I used screen to start the process. You may try to launch it on any other table. It also could grow your CPU usage. Once done, the size decreased, and did not grow again. |
I have the same issues, hope |
resolved |
I am also facing the same issue, and the vacuum command did not resolve it. Also, I haven't tried it, but it seems that if you don't use the FULL option with the vacuum command, it doesn't return the disk capacity to the OS. Is there any other measure I should take? Below are the results of implementing the solutions proposed in this Issue.
|
Try to use several times, restart and again several times. |
Ask a question
We are running two cardano graphql systems, only one of which has seen an unusual increase in disk usage. The figure below illustrates the problem.
(The reason the disk usage is dropping in the middle is because we added more disks)
Do you know the cause?
And how can I solve it?
The text was updated successfully, but these errors were encountered: