Difference between revisions of "Haproxy hitless reload"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
https://www.haproxy.com/blog/multithreading-in-haproxy/
 
https://www.haproxy.com/blog/multithreading-in-haproxy/
 
```
 
```
nbproc to 3
+
global
haproxy_1  | [ALERT]    (7) : config : parsing [/usr/local/etc/haproxy/haproxy.cfg:10] : nbproc is not supported any more since HAProxy 2.5. Threads will automatically be used on multi-processor machines if available.
+
  nbproc 1 # haproxy_1  | [ALERT]    (7) : config : parsing [/usr/local/etc/haproxy/haproxy.cfg:10] : nbproc is not supported any more since HAProxy 2.5. Threads will automatically be used on multi-processor machines if available.
 +
  nbthread 4
 +
  cpu-map auto:1/1-4 0-3
 
```
 
```
  

Revision as of 16:45, 26 July 2022