1
0
Fork 0
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:
Shahar Mike 2024-02-20 15:43:17 +02:00 committed by GitHub
parent a1950038b6
commit ebca523166
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,7 @@ def start_node(node, threads):
f"--proactor_threads={threads}",
"--dbfilename=",
f"--logtostderr",
"--proactor_affinity_mode=off",
],
stderr=f,
)