mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:54:58 +00:00
Kernel: Bump maximum pthread stack size to 32MiB
The Zig compiler asks for this much stack on its main thread via the use of PT_GNU_STACK.
This commit is contained in:
parent
ef6921d7c7
commit
d9e1a6c566
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define PTHREAD_STACK_MAX (8 * 1024 * 1024) // 8MiB
|
||||
#define PTHREAD_STACK_MAX (32 * 1024 * 1024) // 32MiB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue