Advertisement
Guest User

Untitled

a guest
Aug 31st, 2017
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. shared_buffers = 4GB # min 128kB
  2. work_mem = 100MB # min 64kB
  3. maintenance_work_mem = 4GB # min 1MB
  4. fsync = off # turns forced synchronization on or off
  5. synchronous_commit = off # synchronization level;
  6. checkpoint_timeout = 20min # range 30s-1h
  7. max_wal_size = 2GB
  8. min_wal_size = 1GB
  9. checkpoint_completion_target = 0.9 # checkpoint target duration, 0.0 - 1.0
  10. autovacuum = off # Enable autovacuum subprocess?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement