STYLE_THREAD_STACK_SIZE_KB

Constant STYLE_THREAD_STACK_SIZE_KB 

Source
pub const STYLE_THREAD_STACK_SIZE_KB: usize = _; // 2_048usize
Expand description

The minimum stack size for a thread in the styling pool, in kilobytes. Servo requires a bigger stack in debug builds. We allow configuring the size, since running with ASAN requires an even larger stack size.