mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
increase kernel stack size
This commit is contained in:
parent
f06de2044b
commit
438587b3ac
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