mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-08 15:22:22 +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:
@@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
#if defined(HAVE_SIGACTION) || defined(_WIN32)
|
#if defined(HAVE_SIGACTION) || defined(_WIN32)
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#define STACK_SIZE 8192
|
#define STACK_SIZE 8192 // linux kernel default stack size for x86
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_BACKTRACE
|
#ifdef HAVE_BACKTRACE
|
||||||
|
Reference in New Issue
Block a user