pub const STYLE_THREAD_STACK_SIZE_KB: usize = _; // 2_048usizeExpand 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.