commit | fc6c032d8d3269a7a46c20019039f10c8f38cabf | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 16 16:12:27 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 16 16:16:53 2012 +0100 |
tree | bce318c6e776e2d77d7ec7e76118bd2f315741b4 | |
parent | c52962f292614c12e8489a4252193c586f9bb784 [diff] |
MEDIUM: global: add support for CPU binding on Linux ("cpu-map") The new "cpu-map" directive allows one to assign the CPU sets that a process is allowed to bind to. This is useful in combination with the "nbproc" and "bind-process" directives. The support is implicit on Linux 2.6.28 and above.