Add comment for stack size

Linux kernel default stack size should be enough for hscollider.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/x86/include/uapi/asm/signal.h
This commit is contained in:
Liu Zixian 2022-06-30 19:27:27 +08:00 committed by Hong, Yang A
parent 838a04e66f
commit 676490427c

View File

@ -38,7 +38,7 @@
#if defined(HAVE_SIGACTION) || defined(_WIN32)
#include <signal.h>
#define STACK_SIZE 8192
#define STACK_SIZE 8192 // linux kernel default stack size for x86
#endif
#ifdef HAVE_BACKTRACE