mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-20 09:01:06 +01:00
DOC: config: fix number of values for "cpu-affinity"
It said "accepts 2 values" then goes on enumerating 5 since more were added one at a time. Let's fix it by removing the number. No backport is needed.
This commit is contained in:
parent
03340748de
commit
bd92f34f02
@ -2227,7 +2227,7 @@ cpu-map [auto:]<thread-group>[/<thread-set>] <cpu-set>[,...] [...]
|
||||
|
||||
cpu-affinity <affinity>
|
||||
Defines how you want threads to be bound to cpus.
|
||||
It currently accepts 2 values :
|
||||
It currently accepts the following values :
|
||||
- per-core, each thread will be bound to all the hardware threads of one core.
|
||||
- per-group, each thread will be bound to all the hardware threads of the
|
||||
group. This is the default unless threads-per-core 1 is used in cpu-policy.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user