mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 08:07:12 -04:00
bump up free list and fill count for items. We're thrashing somewhat.
This commit is contained in:
parent
158ade3c6f
commit
acafce24bb
1 changed files with 2 additions and 2 deletions
|
|
@ -107,8 +107,8 @@
|
|||
#define CLEAN_SECONDS 1
|
||||
#endif
|
||||
|
||||
#define FREE_ITEMS 16 /* free count for memory pools */
|
||||
#define FILL_COUNT 8 /* fill count for memory pools */
|
||||
#define FREE_ITEMS 64 /* free count for memory pools */
|
||||
#define FILL_COUNT 16 /* fill count for memory pools */
|
||||
|
||||
#define DNS_ADB_INVALIDBUCKET (-1) /* invalid bucket address */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue