You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: simplify memory limiting to Linux-only with malloc_trim
- Remove macOS malloc_zone_pressure_relief code (doesn't actually work)
- Skip memory-bound tests on macOS (malloc doesn't return memory to OS)
- Simplify CI workflow to single job running make test-all
- Document Linux requirement for memory limiting in README
|`redis-ha.enabled`|`true`| Deploy embedded Redis HA |
176
176
|`gateway.enabled`|`false`| Create `s3-gateway` service |
177
177
|`ingress.enabled`|`false`| Enable ingress |
178
-
|`performance.memoryLimitMb`|`64`| Memory budget for concurrency |
178
+
|`performance.memoryLimitMb`|`64`| Memory budget for concurrency (Linux only) |
179
+
180
+
> **Note:** Memory-based concurrency limiting requires Linux. The `malloc_trim` syscall used to release memory back to the OS is not available on macOS.
179
181
180
182
→ [chart/values.yaml](chart/values.yaml) for all options.
0 commit comments