pub const STYLE_THREAD_STACK_SIZE_KB: usize = 512;
Expand description

The minimum stack size for a thread in the styling pool, in kilobytes. Servo requires a bigger stack in debug builds.