Changes between Version 6 and Version 7 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 08/31/10 14:48:47 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v6 v7 46 46 * Adjust postgresql.conf for performance relative to resources available (http://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server) 47 47 {{{ 48 vim /etc/sysctl.conf 49 # Increase Shared Memory available for PostgreSQL 50 # 512Mb (56Mb shared_buffers) 51 kernel.shmmax = 58720256 52 # 1024Mb (160Mb shared_buffers) 53 #kernel.shmmax = 167772160 54 kernel.shmall = 2097152 55 56 sysctl -w kernel.shmmax=58720256 57 sysctl -w kernel.shmall=2097152 58 48 59 vim /etc/postgresql/8.3/main/postgresql.conf 49 50 60 51 61 # This default is probably ok … … 69 79 # 1024Mb system suggest starting at: 70 80 #effective_cache_size = 512MB 71 72 81 73 82 #work_mem = 1MB