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:
Ondřej Surý
2023-10-28 06:52:30 +00:00

View File

@@ -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
/*%