We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7daad8 commit e92aa58Copy full SHA for e92aa58
1 file changed
examples/python-agent-driver/kraft.yaml
@@ -10,6 +10,7 @@ unikraft:
10
CONFIG_LIBUKVMEM: 'n'
11
CONFIG_LIBUKINTCTLR_HYPERLIGHT: 'y'
12
CONFIG_HYPERLIGHT_MAX_GUEST_LOG_LEVEL: 4
13
+ CONFIG_LIBSYSCALL_SHIM_STRACE: 'n'
14
15
CONFIG_LIBUKPRINT_KLVL_CRIT: 'y'
16
CONFIG_LIBUKPRINT_PRINT_TIME: 'n'
@@ -81,6 +82,8 @@ unikraft:
81
82
83
CONFIG_LIBPOSIX_FDTAB_MULTITAB: 'n'
84
85
+ CONFIG_STACK_SIZE_PAGE_ORDER: 10
86
+
87
libraries:
88
app-elfloader:
89
source: https://github.com/danbugs/app-elfloader.git
0 commit comments