zulip/servers
Zev Benjamin 890bfe1e95 puppet: Up the Postgres autovacuum_freeze_max_age and related parameters
These parameters collectively determine when very old transaction ids
are replaced with the special FrozenXID transaction id, which is
older than any other transaction id.  Old transaction ids must be
periodically replaced like this to prevent transaction id wraparound.

The only disadvantage of increasing autovacuum_freeze_max_age is
increased disk usage, but a value of 2 billion should only require
500MB, which is pretty trivial.

Since changing autovacuum_freeze_max_age requires a restart, we will
still have to issue a manual VACUUM, with vacuum_freeze_min_age and
vacuum_freeze_table_age temporarily set to lower values.

(imported from commit 22f9ecdfc5b6a07918771d541192aa6d6369878a)
2013-10-16 21:44:17 -04:00
..
puppet/modules puppet: Up the Postgres autovacuum_freeze_max_age and related parameters 2013-10-16 21:44:17 -04:00
configure-rabbitmq Change Humbug => Zulip in text/comments. 2013-08-07 10:00:07 -04:00
install-nodejs Add a script to build and install Node.js on one of our servers 2013-04-01 15:21:05 -04:00
install-server install-server: Rename local variables to use zulip names. 2013-10-08 08:57:30 -04:00
update-server puppet: Store the machine's type in /etc and add script to reapply the appropriate puppet config 2013-02-11 13:19:41 -05:00