Growing pg_xlog - Mailing list pgsql-admin

From Florian Weimer
Subject Growing pg_xlog
Date
Msg-id 20030714161543.GM37009@ext1.enyo.de
Whole thread Raw
Responses Re: Growing pg_xlog  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
I seem to have some obscure problem with the WAL logs (AFAIK that's what
is stored in the pg_xlog directory):

63G     /var/lib/postgres/data/pg_xlog

This is a bit too much wasted space for my taste. 8-/

egrep -i 'wal|checkpoint' /etc/postgresql/postgresql.conf | grep -v ^#
returns:

wal_buffers = 64                # min 4, typically 8KB each
checkpoint_segments = 8 # in logfile segments, min 1, 16MB each

The machine is running version 7.3.2r1-5 of the Debian package.

Any suggestions?

pgsql-admin by date:

Previous
From: "Mendola Gaetano"
Date:
Subject: News server
Next
From: Tom Lane
Date:
Subject: Re: Growing pg_xlog