mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
fix(cluster_mgr): Disable CPU affinity (#2632)
This commit is contained in:
parent
a1950038b6
commit
ebca523166
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ def start_node(node, threads):
|
|||
f"--proactor_threads={threads}",
|
||||
"--dbfilename=",
|
||||
f"--logtostderr",
|
||||
"--proactor_affinity_mode=off",
|
||||
],
|
||||
stderr=f,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue