/storage/db
running out of space.There are many reasons why you may run into symptoms similar to these, and you should fully investigate the issue. Review other KB's and make sure there aren't other issues that need to be addressed also.
This particular issue is caused by an inadequate setting of the autovacuum_vacuum_cost_limit setting in Postgres, either due to its own setting or by inheriting the value from the vacuum_cost_limit setting.
To check these settings, run the following commands:
show autovacuum_vacuum_cost_limit;
show vacuum_cost_limit;