| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- From 7dcca6c62211e60905e2252a185bede909391877 Mon Sep 17 00:00:00 2001
- From: Geert Stappers <[email protected]>
- Date: Sat, 2 Jun 2018 18:54:04 +0100
- Subject: [PATCH 14/17] Warn about the impact of cache-size on performance.
- Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
- ---
- man/dnsmasq.8 | 2 +-
- man/es/dnsmasq.8 | 3 ++-
- man/fr/dnsmasq.8 | 3 ++-
- 3 files changed, 5 insertions(+), 3 deletions(-)
- --- a/man/dnsmasq.8
- +++ b/man/dnsmasq.8
- @@ -692,7 +692,7 @@ will add 1.2.3.0/24 for both IPv4 and IP
-
- .TP
- .B \-c, --cache-size=<cachesize>
- -Set the size of dnsmasq's cache. The default is 150 names. Setting the cache size to zero disables caching.
- +Set the size of dnsmasq's cache. The default is 150 names. Setting the cache size to zero disables caching. Note: huge cache size impacts performance.
- .TP
- .B \-N, --no-negcache
- Disable negative caching. Negative caching allows dnsmasq to remember
- --- a/man/es/dnsmasq.8
- +++ b/man/es/dnsmasq.8
- @@ -478,7 +478,8 @@ la traza reversa dirección-a-nombre.
- .TP
- .B \-c, --cache-size=<tamaño de caché>
- Fijar el tamaño del caché de dnsmasq. El predeterminado es 150 nombres.
- -Fijar el tamaño a cero deshabilita el caché.
- +Fijar el tamaño a cero deshabilita el caché. Nota: el gran tamaño de
- +caché afecta el rendimiento.
- .TP
- .B \-N, --no-negcache
- Deshabilitar caché negativo. El caché negativo le permite a dnsmasq
- --- a/man/fr/dnsmasq.8
- +++ b/man/fr/dnsmasq.8
- @@ -666,7 +666,8 @@ différentes pourraient-être rencontré
- .TP
- .B \-c, --cache-size=<taille>
- Définit la taille du cache de Dnsmasq. La valeur par défaut est de 150 noms.
- -Définir une valeur de zéro désactive le cache.
- +Définir une valeur de zéro désactive le cache. Remarque: la taille importante
- +du cache a un impact sur les performances.
- .TP
- .B \-N, --no-negcache
- Désactive le "cache négatif". Le "cache négatif" permet à Dnsmasq de se souvenir
|