Commit 71519e2d authored by Federico G. Schwindt's avatar Federico G. Schwindt

Tweak this parameter regardless of configure args

parent a3696e65
......@@ -510,7 +510,8 @@ MCF_InitParams(struct cli *cli)
low = sysconf(_SC_THREAD_STACK_MIN);
MCF_ParamConf(MCF_MINIMUM, "thread_pool_stack", "%jdb", (intmax_t)low);
#if defined(__SANITIZER)
#if defined(__SANITIZER) || \
(defined(__has_feature) && __has_feature(address_sanitizer))
def = 92 * 1024;
#else
def = 48 * 1024;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment