commit | ff2613ed7adfe5b186fefbab49c9df7978418e2f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Nov 09 11:36:17 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 09 22:57:00 2016 +0100 |
tree | 9d7fb65193006af57c6625ba88d522973af5d32b | |
parent | 09c9df286b0343cd665328c95241a3f2d9b14f2f [diff] |
MEDIUM: vars: Add a per-process scope for variables Now it is possible to use variables attached to a process. The scope name is 'proc'. These variables are released only when HAProxy is stopped. 'tune.vars.proc-max-size' directive has been added to confiure the maximum amount of memory used by "proc" variables. And because memory accounting is hierachical for variables, memory for "proc" vars includes memory for "sess" vars.