From 511e7549dff61a0e26c981c585238c06ba44873c Mon Sep 17 00:00:00 2001
From: Nikolaus Krismer <nikolaus.krismer@uibk.ac.at>
Date: Wed, 11 Nov 2015 15:15:24 +0100
Subject: [PATCH] added comment about how to disable postgreSQL cache

---
 CHANGELOG.md         | 1 +
 conf/postgresql.conf | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61eb93b..2e21e0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
 Upcoming version:
 -----------------
+  - added comment about how to disable postgreSQL cache (Nikolaus Krismer)
   - changed location of datasets on dbis-informatik (srid used as suffix now) (Nikolaus Krismer)
   - added support for chaging srid and fixed problem with exported datasets (did not contain density) (Nikolaus Krismer)
   - always installing phpliteadmin when using spatialite now (Nikolaus Krismer)
diff --git a/conf/postgresql.conf b/conf/postgresql.conf
index 3befd63..cdc19fd 100644
--- a/conf/postgresql.conf
+++ b/conf/postgresql.conf
@@ -113,7 +113,7 @@ max_connections = 100			# (change requires restart)
 
 # - Memory -
 
-#shared_buffers = 128kB			# deactivates postgreSql caching
+#shared_buffers = 128kB			# deactivates caching
 shared_buffers = 128MB			# min 128kB
 								# (change requires restart)
 #temp_buffers = 8MB			# min 800kB
-- 
GitLab