diff options
Diffstat (limited to 'vlib')
-rw-r--r-- | vlib/vlib/unix/cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vlib/vlib/unix/cli.c b/vlib/vlib/unix/cli.c index 92c6941ad41..5136da516fc 100644 --- a/vlib/vlib/unix/cli.c +++ b/vlib/vlib/unix/cli.c @@ -2196,7 +2196,7 @@ static u32 unix_cli_file_add (unix_cli_main_t * cm, char * name, int fd) static vlib_node_registration_t r = { .function = unix_cli_process, .type = VLIB_NODE_TYPE_PROCESS, - .process_log2_n_stack_bytes = 14, + .process_log2_n_stack_bytes = 16, }; r.name = name; |