mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
reduce kernel stack size to 8 kib
This commit is contained in:
parent
1603f9e0e2
commit
cfa8e6a17b
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 16384 CACHE STRING
|
||||
set(KERNEL_STACK_SIZE 8192 CACHE STRING
|
||||
"Kernel stack size in bytes")
|
||||
|
||||
set(DEFAULT_STACK_SIZE 262144 CACHE STRING
|
||||
|
|
Loading…
Add table
Reference in a new issue