mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
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:
parent
838a04e66f
commit
676490427c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user