summaryrefslogtreecommitdiffstats
path: root/etc/config/config.isp
diff options
context:
space:
mode:
Diffstat (limited to 'etc/config/config.isp')
-rw-r--r--etc/config/config.isp4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/config/config.isp b/etc/config/config.isp
index bf9d65c8..7d00131b 100644
--- a/etc/config/config.isp
+++ b/etc/config/config.isp
@@ -8,9 +8,7 @@ net.listen('::1', 53, { kind = 'dns'})
net.listen('127.0.0.1', 853, { kind = 'tls' })
net.listen('::1', 853, { kind = 'tls' })
--- Large cache size, so we don't need to flush often
--- This can be larger than available RAM, least frequently accessed
--- records will be paged out
+-- Refer to manual for optimal cache size
cache.size = 4 * GB
-- load modules