EXP: Reduce astack default sizes

This commit is contained in:
Ondřej Surý
2024-06-18 10:23:13 +02:00
parent 2c05f40eae
commit 4eea14d25e
+2 -2
View File
@@ -49,8 +49,8 @@
* How many isc_nmhandles and isc_nm_uvreqs will we be
* caching for reuse in a socket.
*/
#define ISC_NM_HANDLES_STACK_SIZE 600
#define ISC_NM_REQS_STACK_SIZE 600
#define ISC_NM_HANDLES_STACK_SIZE 32
#define ISC_NM_REQS_STACK_SIZE 32
/*%
* Shortcut index arrays to get access to statistics counters.