Skip to content

Commit 3b0db10

Browse files
committed
Increase DOH_POOL_SIZE
Increase DOH_POOL_SIZE to 2^22. Addresses swigGH-1775.
1 parent ae0efd3 commit 3b0db10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/DOH/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "dohint.h"
1616

1717
#ifndef DOH_POOL_SIZE
18-
#define DOH_POOL_SIZE 16384
18+
#define DOH_POOL_SIZE 4194304
1919
#endif
2020

2121
/* Checks stale DOH object use - will use a lot more memory as pool memory is not re-used. */

0 commit comments

Comments
 (0)