vlib: fix startup-config-process stack overflow
[vpp.git] / src / vlib / unix / main.c
index f306b2e..08e5937 100755 (executable)
@@ -372,6 +372,7 @@ VLIB_REGISTER_NODE (startup_config_node,static) = {
     .function = startup_config_process,
     .type = VLIB_NODE_TYPE_PROCESS,
     .name = "startup-config-process",
+    .process_log2_n_stack_bytes = 18,
 };
 /* *INDENT-ON* */