increasing namecache size to 256K
This commit is contained in:
parent
49693532a2
commit
556bf9c4fe
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ enum {
|
||||||
|
|
||||||
#define NAME_CACHE_EXPIRATION 20 /* TODO: get from configuration */
|
#define NAME_CACHE_EXPIRATION 20 /* TODO: get from configuration */
|
||||||
|
|
||||||
/* allow up to 128K of memory for name and attribute cache entries */
|
/* allow up to 256K of memory for name and attribute cache entries */
|
||||||
#define NAME_CACHE_MAX_SIZE 131072
|
#define NAME_CACHE_MAX_SIZE 262144
|
||||||
|
|
||||||
/* negative lookup caching
|
/* negative lookup caching
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue