Guest User

Untitled

a guest
Jul 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. listen_addresses = '*'
  2. max_connections = 300
  3. shared_buffers = 2GB
  4. work_mem = 64MB
  5. maintenance_work_mem = 256MB
  6. bgwriter_lru_maxpages = 700
  7. synchronous_commit = off
  8. wal_buffers = 8MB
  9. checkpoint_segments = 50
  10. checkpoint_timeout = 10min
  11. checkpoint_completion_target = 0.8
  12. effective_cache_size = 10GB
  13. constraint_exclusion = on
  14. log_destination = 'syslog'
  15. silent_mode = on
  16. log_min_error_statement = warning
  17. log_min_duration_statement = 2000ms
  18. log_checkpoints = on
  19. log_statement = 'none'
  20. log_autovacuum_min_duration = 0
  21. autovacuum_naptime = 10min
  22. autovacuum_vacuum_threshold = 500
  23. autovacuum_analyze_threshold = 250
  24. autovacuum_vacuum_scale_factor = 0.05
  25. autovacuum_analyze_scale_factor = 0.03
  26. statement_timeout = 35000
  27. datestyle = 'iso, dmy'
  28. timezone = 'Europe/Moscow'
  29. lc_messages = 'en_US.UTF-8'
  30. lc_monetary = 'en_US.UTF-8'
  31. lc_numeric = 'en_US.UTF-8'
  32. lc_time = 'en_US.UTF-8'
  33. default_text_search_config = 'pg_catalog.english'
  34. escape_string_warning = off
Add Comment
Please, Sign In to add comment