diff --git a/src/runtime/Makefile b/src/runtime/Makefile index a5b8d4ef6..685e7784a 100644 --- a/src/runtime/Makefile +++ b/src/runtime/Makefile @@ -197,7 +197,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