diff options
| author | cassiopc <cassiopc@gmail.com> | 2012-08-24 14:54:19 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2012-08-24 14:54:19 +0000 |
| commit | df3c19b483613031bc2d8c51bb90b1a6ebe6b934 (patch) | |
| tree | 81cea31c6203a349bb7d65641d9abfdaf304144f | |
| parent | 6298fc2278d482c6ac7606a3e6592dd4c0191982 (diff) | |
| download | boca-df3c19b483613031bc2d8c51bb90b1a6ebe6b934.tar.gz boca-df3c19b483613031bc2d8c51bb90b1a6ebe6b934.zip | |
included info about shmmax
| -rw-r--r-- | boca-1.5.0/doc/INSTALL.txt | 7 |
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 |