mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02: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…
Add table
Add a link
Reference in a new issue