mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-26 10:23:48 +01:00
Increase the negative cache size
This commit is contained in:
parent
fa9f6254af
commit
8ca4558207
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
KEYS_DIR="/opt/dnscrypt-wrapper/etc/keys"
|
KEYS_DIR="/opt/dnscrypt-wrapper/etc/keys"
|
||||||
|
|
||||||
reserved=8388608
|
reserved=12582912
|
||||||
availableMemory=$((1024 * $(fgrep MemAvailable /proc/meminfo | sed 's/[^0-9]//g') - $reserved))
|
availableMemory=$((1024 * $(fgrep MemAvailable /proc/meminfo | sed 's/[^0-9]//g') - $reserved))
|
||||||
if [ $availableMemory -le 0 ]; then
|
if [ $availableMemory -le 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
@ -56,6 +56,7 @@ server:
|
|||||||
outgoing-range: 8192
|
outgoing-range: 8192
|
||||||
msg-cache-size: @MSG_CACHE_SIZE@
|
msg-cache-size: @MSG_CACHE_SIZE@
|
||||||
rrset-cache-size: @RR_CACHE_SIZE@
|
rrset-cache-size: @RR_CACHE_SIZE@
|
||||||
|
neg-cache-size: 4M
|
||||||
access-control: 0.0.0.0/0 allow
|
access-control: 0.0.0.0/0 allow
|
||||||
access-control: ::0/0 allow
|
access-control: ::0/0 allow
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user