aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-04-01 19:19:53 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-04-01 19:19:53 +0200
commita1cbb896dad0c9ee4841f6fd4835a05f3013fbc7 (patch)
tree311cfc3481443682cc7c02159d10c740808ca05c
parentbc83b07e4aa4c68f63f4e1b9f6f00757388ea13c (diff)
nms: 76GB is a bit more memory than my dev system has
-rw-r--r--nms/postgresql.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms/postgresql.conf b/nms/postgresql.conf
index 5c45d68..5ae771a 100644
--- a/nms/postgresql.conf
+++ b/nms/postgresql.conf
@@ -113,7 +113,7 @@ ssl_key_file = '/etc/ssl/private/ssl-cert-snakeoil.key' # (change requires rest
# - Memory -
-shared_buffers = 76GB # min 128kB
+shared_buffers = 2GB # min 128kB
# (change requires restart)
#huge_pages = try # on, off, or try
# (change requires restart)