Increase DOH_POOL_SIZE
Increase DOH_POOL_SIZE to 2^22. Addresses GH-1775.
This commit is contained in:
parent
ae0efd3d74
commit
3b0db10aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
#include "dohint.h"
|
||||
|
||||
#ifndef DOH_POOL_SIZE
|
||||
#define DOH_POOL_SIZE 16384
|
||||
#define DOH_POOL_SIZE 4194304
|
||||
#endif
|
||||
|
||||
/* Checks stale DOH object use - will use a lot more memory as pool memory is not re-used. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue