1
0
Fork 0
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:
Stefan Lankes 2017-08-03 19:30:34 +02:00
parent 1603f9e0e2
commit cfa8e6a17b

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 16384 CACHE STRING
set(KERNEL_STACK_SIZE 8192 CACHE STRING
"Kernel stack size in bytes")
set(DEFAULT_STACK_SIZE 262144 CACHE STRING