mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
increase kernel stack size
This commit is contained in:
parent
df256cc6c1
commit
901caa81c0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ set(MAX_ISLE "8" CACHE STRING
|
|||
set(MAX_FNAME "128" CACHE STRING
|
||||
"Define the maximum length of a file name")
|
||||
|
||||
set(KERNEL_STACK_SIZE 8192 CACHE STRING
|
||||
set(KERNEL_STACK_SIZE 16384 CACHE STRING
|
||||
"Kernel stack size in bytes")
|
||||
|
||||
set(DEFAULT_STACK_SIZE 262144 CACHE STRING
|
||||
|
|
Loading…
Add table
Reference in a new issue