Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 163801
Collapse All | Expand All

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

Return to bug 163801