1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-26 06:13:49 +01:00

Increase the negative cache size

This commit is contained in:
Frank Denis 2015-07-12 14:54:26 +02:00
parent fa9f6254af
commit 8ca4558207

@ -2,7 +2,7 @@
KEYS_DIR="/opt/dnscrypt-wrapper/etc/keys"
reserved=8388608
reserved=12582912
availableMemory=$((1024 * $(fgrep MemAvailable /proc/meminfo | sed 's/[^0-9]//g') - $reserved))
if [ $availableMemory -le 0 ]; then
exit 1
@ -56,6 +56,7 @@ server:
outgoing-range: 8192
msg-cache-size: @MSG_CACHE_SIZE@
rrset-cache-size: @RR_CACHE_SIZE@
neg-cache-size: 4M
access-control: 0.0.0.0/0 allow
access-control: ::0/0 allow