mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'ondrej/bump-dns_message-pools-size' into 'main'
Bump the mempool sizes in dns_message See merge request isc-projects/bind9!8439
This commit is contained in:
commit
2a24ba4618
1 changed files with 2 additions and 2 deletions
|
|
@ -110,12 +110,12 @@ hexdump(const char *msg, const char *msg2, void *base, size_t len) {
|
|||
* XXXMLG These should come from a config setting.
|
||||
*/
|
||||
#define SCRATCHPAD_SIZE 1232
|
||||
#define NAME_FILLCOUNT 4
|
||||
#define NAME_FILLCOUNT 1024
|
||||
#define NAME_FREEMAX 8 * NAME_FILLCOUNT
|
||||
#define OFFSET_COUNT 4
|
||||
#define RDATA_COUNT 8
|
||||
#define RDATALIST_COUNT 8
|
||||
#define RDATASET_FILLCOUNT 4
|
||||
#define RDATASET_FILLCOUNT 1024
|
||||
#define RDATASET_FREEMAX 8 * RDATASET_FILLCOUNT
|
||||
|
||||
/*%
|
||||
|
|
|
|||
Loading…
Reference in a new issue