Search Postgresql Archives

Re: No control over max.num. WAL files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



These are the relevant parameters we have changed in postgresql.conf:

  archive_mode              | off
  checkpoint_segments       | 128
  default_statistics_target | 100
  maintenance_work_mem      | 512MB
  max_fsm_pages             | 800000
  max_fsm_relations         | 8000
  shared_buffers            | 10GB
  wal_buffers               | 512kB
  wal_sync_method           | fdatasync
  work_mem                  | 16MB


Are you sure you don't also have WAL archiving enabled? That can easily lead to too many WAL segments being kept if the archiving process can't keep up or fails.

It'd really help if you could show part of your postgresql logs from the during restore.

--
Craig Ringer

Tech-related writing at http://soapyfrogs.blogspot.com/

--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux