projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cac736
)
docs: Correct the default thread-pool-size
author
Liu Yiding
<liuyd.fnst@fujitsu.com>
Wed, 13 Apr 2022 04:20:54 +0000
(12:20 +0800)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Wed, 25 May 2022 10:01:38 +0000
(11:01 +0100)
Refer to
26ec190964
virtiofsd: Do not use a thread pool by default
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Message-id:
20220413042054
.
1484640
-1-liuyd.fnst@fujitsu.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
docs/tools/virtiofsd.rst
patch
|
blob
|
history
diff --git
a/docs/tools/virtiofsd.rst
b/docs/tools/virtiofsd.rst
index e457b13d56f0a529b9f3b16ce4afb78eaf6eda1d..5f5ac9dd56a33d89ac8eb83809bd4d08de178f5d 100644
(file)
--- a/
docs/tools/virtiofsd.rst
+++ b/
docs/tools/virtiofsd.rst
@@
-132,7
+132,7
@@
Options
.. option:: --thread-pool-size=NUM
Restrict the number of worker threads per request queue to NUM. The default
- is
64
.
+ is
0
.
.. option:: --cache=none|auto|always