diff --git a/src/runtime/Makefile b/src/runtime/Makefile index 2a6730d4e..352280b39 100644 --- a/src/runtime/Makefile +++ b/src/runtime/Makefile @@ -181,7 +181,7 @@ DEFVIRTIOFSCACHE ?= auto # # see `virtiofsd -h` for possible options. # Make sure you quote args. -DEFVIRTIOFSEXTRAARGS ?= [] +DEFVIRTIOFSEXTRAARGS ?= [\"--thread-pool-size=1\"] DEFENABLEIOTHREADS := false DEFENABLEMEMPREALLOC := false DEFENABLEHUGEPAGES := false