View | Details | Raw Unified
Collapse All | Expand All

(-) a/config/x86_64/threads.h (-2 / +2 lines)
 Lines 16-24    Link Here 
 * Set a default size for the stack.
 * Set a default size for the stack.
 */
 */
#if defined(INTERPRETER)
#if defined(INTERPRETER)
#define THREADSTACKSIZE         (128 * 1024)
#define THREADSTACKSIZE         (1024 * 1024)
#else
#else
#define THREADSTACKSIZE         (64 * 1024)
#define THREADSTACKSIZE         (512 * 1024)
#endif
#endif
/*
/*