1
0
Fork 0
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:
Stefan Lankes 2017-08-03 13:54:20 +02:00
parent f06de2044b
commit 438587b3ac

View file

@ -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