Re: memory bug - Mailing list pgsql-bugs

From Neil Conway
Subject Re: memory bug
Date
Msg-id 87oev1sp6b.fsf@mailbox.samurai.com
Whole thread Raw
In response to memory bug  ("Alex Albarracin" <aalbarracin@corest.com>)
List pgsql-bugs
"Alex Albarracin" <aalbarracin@corest.com> writes:
> Hello, i have a problem related to the partition memory where
> postgres is installed, this has increased so much that the partition
> is full and postgres can not start up. The message postmaster sends
> when i want to restart is insuficient disk space. Do you know if
> postgres uses some disk space that may not releases.

Unused disk space is released by VACUUM FULL. If I understand your
situation correctly, I'd recommend temporarily adding some more disk
space or moving some data to another partition to allow the postmaster
to startup. Then you can reclaim some disk space using VACUUM FULL
and/or REINDEX. In the future, run VACUUM more frequently (and perhaps
bump max_fsm_pages).

-Neil

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: 7.4: FATAL: unrecognized configuration parameter "show_statement_stats"
Next
From: Seum-Lim Gan
Date:
Subject: Fwd: Solaris build of 7.4 problem with --enable-thread-safety