@cryptotaxi247 / infra-1 / commits / 337347ce

* More PostgreSQL tweaking. In particular, decrease the number of checkpoints going on (which were happening very frequently according to the logs). Also turn on asynchronous commits since we don't have any important data ;-)

* More PostgreSQL tweaking. In particular, decrease the number of checkpoints going on (which were happening very frequently according to the logs). Also turn on asynchronous commits since we don't have any important data ;-) svn path=/configurations/trunk/tud/; revision=34644

Eelco Dolstra committed Nov 5, 2012 at 17:33 UTC 337347ce6dc3a60ec51bf850328d249a8c3a0587
1 file changed +4
wendy.nix
+4
@@ -84,6 +84,10 @@
84 max_connections = 250
85 work_mem = 16MB
86 shared_buffers = 4GB
87 + # Checkpoint every 256 MB.
88 + checkpoint_segments = 16
89 + # We can risk losing some transactions.
90 + synchronous_commit = off
91 '';
92 authentication = ''
93 host all all 192.168.1.25/32 md5