# HAProxy Kubernetes Ingress Controller: memory consumption at startup

**URL:** https://discourse.haproxy.org/t/haproxy-kubernetes-ingress-controller-memory-consumption-at-startup/12152
**Category:** Help!
**Created:** [April 1, 2026, 8:30am UTC](https://discourse.haproxy.org/t/haproxy-kubernetes-ingress-controller-memory-consumption-at-startup/12152 "2026-04-01T08:30:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Fagioletti](https://avatars.discourse-cdn.com/v4/letter/f/97f17d/32.png) [@Fagioletti](https://discourse.haproxy.org/u/Fagioletti)
#### Post date: [April 1, 2026, 8:30am UTC](https://discourse.haproxy.org/t/haproxy-kubernetes-ingress-controller-memory-consumption-at-startup/12152/1 "2026-04-01T08:30:58Z")

</div>

Working on HAProxy Ingress Controller for Kubernetes (3.2.6) i see reloads every few seconds if the memory allocation is **not** above 500Mib. When running the footprint is very low, but if allocated less (\>500Mib) HAProxy keeps on reloading every few seconds. It does not enter ‘normal’ operations.

To reduce base consumption I set `maxconns` to 2020, as well as `tune.ssl.cachesize`globally.

```auto
 global-config-snippet: |
    tune.ssl.cachesize 2020
  maxconn: "2020"

```

HTTP/HTTPS frontends then have a limit of 1000 connections each.

Nevertheless this does not allow for lower requests/limits (i thought of something like 256Mib requests/limits). Is this expected?

---

<div class="post-metadata">

### Author: ![lukastribus](https://avatars.discourse-cdn.com/v4/letter/l/7ea924/32.png) [@lukastribus](https://discourse.haproxy.org/u/lukastribus)
#### Post date: [April 1, 2026, 8:58am UTC](https://discourse.haproxy.org/t/haproxy-kubernetes-ingress-controller-memory-consumption-at-startup/12152/2 "2026-04-01T08:58:40Z")

</div>

I suggest you file an issue here:

> **[Issues · haproxytech/kubernetes-ingress](https://github.com/haproxytech/kubernetes-ingress/issues)**
>
> HAProxy Ingress Controller for Kubernetes https://www.haproxy.com/blog/announcing-haproxy-kubernetes-ingress-controller-3-2 - Issues · haproxytech/kubernetes-ingress

---

<div class="post-metadata">

### Author: ![Fagioletti](https://avatars.discourse-cdn.com/v4/letter/f/97f17d/32.png) [@Fagioletti](https://discourse.haproxy.org/u/Fagioletti)
#### Post date: [April 1, 2026, 11:16am UTC](https://discourse.haproxy.org/t/haproxy-kubernetes-ingress-controller-memory-consumption-at-startup/12152/3 "2026-04-01T11:16:29Z")

</div>

Thanks.  
See: [Issue #799 - High memory limit needed for starting HAProxy Ingress Controller](https://github.com/haproxytech/kubernetes-ingress/issues/799)
