Skip to content

Commit e92aa58

Browse files
committed
fix: add strace disable and 4MB stack for vfork kernel compatibility
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent a7daad8 commit e92aa58

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/python-agent-driver/kraft.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ unikraft:
1010
CONFIG_LIBUKVMEM: 'n'
1111
CONFIG_LIBUKINTCTLR_HYPERLIGHT: 'y'
1212
CONFIG_HYPERLIGHT_MAX_GUEST_LOG_LEVEL: 4
13+
CONFIG_LIBSYSCALL_SHIM_STRACE: 'n'
1314

1415
CONFIG_LIBUKPRINT_KLVL_CRIT: 'y'
1516
CONFIG_LIBUKPRINT_PRINT_TIME: 'n'
@@ -81,6 +82,8 @@ unikraft:
8182

8283
CONFIG_LIBPOSIX_FDTAB_MULTITAB: 'n'
8384

85+
CONFIG_STACK_SIZE_PAGE_ORDER: 10
86+
8487
libraries:
8588
app-elfloader:
8689
source: https://github.com/danbugs/app-elfloader.git

0 commit comments

Comments
 (0)