@ceecko wrote:
Running haproxy with just a single backend with many servers uses considerable amount of memory without any traffic.
The following config makes haproxy use 400MB of memory:
backend bk server-template server 1-10000 127.0.0.1:1024 check disabled
On average it’s 41KB / server which seems quite high.
Is there anything I’m missing to be able to reduce the memory footprint?
Posts: 1
Participants: 1