aboutsummaryrefslogtreecommitdiff
path: root/boca-1.5.0
diff options
context:
space:
mode:
authorcassiopc <cassiopc@gmail.com>2012-08-24 14:54:19 +0000
committercassiopc <cassiopc@gmail.com>2012-08-24 14:54:19 +0000
commitdf3c19b483613031bc2d8c51bb90b1a6ebe6b934 (patch)
tree81cea31c6203a349bb7d65641d9abfdaf304144f /boca-1.5.0
parent6298fc2278d482c6ac7606a3e6592dd4c0191982 (diff)
downloadboca-df3c19b483613031bc2d8c51bb90b1a6ebe6b934.tar.gz
boca-df3c19b483613031bc2d8c51bb90b1a6ebe6b934.zip
included info about shmmax
Diffstat (limited to 'boca-1.5.0')
-rw-r--r--boca-1.5.0/doc/INSTALL.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/boca-1.5.0/doc/INSTALL.txt b/boca-1.5.0/doc/INSTALL.txt
index a107e23..9c5fd57 100644
--- a/boca-1.5.0/doc/INSTALL.txt
+++ b/boca-1.5.0/doc/INSTALL.txt
@@ -60,6 +60,13 @@ shared_buffers = 512MB ## USE AROUND 1/3 OF YOUR RAM
work_mem = 10MB
effective_cache_size = 512MB ## USE AROUND 1/3 OF YOUR RAM
+Note that for doing these changes you will need to increase the SHMMAX
+parameter of your kernel, e.g. in file /etc/sysctl.d/10-shmmax.conf
+
+kernel.shmmax = 805416960
+kernel.shmall = 196635
+
+
********* /etc/postgresql/*/main/pg_hba.conf: *********
#this is the access control file
#restricting connections from unixsocket or localhost is