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
Run s3proxy in a 128MB memory-constrained container and hammer it with
concurrent large uploads. If the memory limiter fails, the kernel
OOM-kills the process (exit code 137) — a binary pass/fail.
- Add s3proxy service to docker-compose with mem_limit=128m (oom profile)
- Add test_memory_leak.py with PUT and multipart upload stress tests
- Add make test-oom target and CI step
0 commit comments