Merge pull request #945 from fidencio/wip/virtiofs-performance-improvements-backport-and-default-settings

VirtioFS: backports & default settings to improve performance
This commit is contained in:
Peng Tao
2020-10-17 11:13:22 +08:00
committed by GitHub
3 changed files with 121 additions and 1 deletions

View File

@@ -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