-
Is there a soft upper limit that the size of the cache should be, or is the limit more along the lines of "what ever the hardware is able to hold in memory and the number of requests the processor can respond to"? For a relatively modern (4C/8T & 8GB RAM) computer being used as a server for various services, would increasing the cache size to 16,384 or 32,768 be reasonable? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The only way to actually know if you should increase the size of the cache would be to see if the cache ever gets reasonably full before caches entries start to expire and drop off. For this you would probably need some type of builtin dnscrypt proxy cache analysis/debug command. I honestly don't believe it has one of those... |
Beta Was this translation helpful? Give feedback.
The only way to actually know if you should increase the size of the cache would be to see if the cache ever gets reasonably full before caches entries start to expire and drop off. For this you would probably need some type of builtin dnscrypt proxy cache analysis/debug command. I honestly don't believe it has one o…