**Setup** * ztunnel **1.27.0**, installed via **Helm**, profile **ambient** * Requests = limits: **CPU 4**, **Mem 4Gi** * Env: `ZTUNNEL_WORKER_THREADS=4`, `IPV6_ENABLED=false`, logs `warn`/JSON **Helm values (trimmed)** ```yaml profile: ambient resources: requests: { cpu: 4, memory: 4Gi } limits: { cpu: 4, memory: 4Gi } env: ZTUNNEL_WORKER_THREADS: "4" IPV6_ENABLED: "false" logLevel: warn logAsJson: true ``` **Symptom** * Over \~Sep 05–14, memory for ztunnel pods grows steadily and never returns to baseline **Evidence** * Screenshot attached (“Distribution: Pod usage (bytes, stacked)”). <img width="726" height="446" alt="Image" src="https://github.com/user-attachments/assets/fe7dc945-ebe4-4a1d-a8de-26e97874c24f" /> **Expected** * Memory should remain roughly stable for a steady workload.