Describe the bug
When running the iii-engine via Docker (iiidev/iii:0.11.2) as part of the agentmemory stack, the container generates an extreme amount of stdout/stderr logs. In our environment, the container's /var/lib/docker/containers/.../...-json.log file reached 129 GB in size, completely consuming the host's disk space.
This appears to be caused by the engine getting stuck in a rapid crash/restart or error-spam loop, dumping massive amounts of stack traces or error logs to stdout.
To Reproduce
- Run
agentmemory Docker Compose stack with iiidev/iii:0.11.2
- Allow it to run for some time (especially if it encounters an internal server error or network issue)
- Check the container log file size (
du -sh /var/lib/docker/containers/<container-id>)
- Notice massive disk consumption.
Expected behavior
- The
iii-engine should not spam standard output infinitely on failure.
- The
docker-compose.yml for agentmemory should implement Docker logging limits (e.g., max-size: "10m", max-file: "3") to prevent unbounded disk growth.
Environment:
- OS: Windows WSL2 / Docker Desktop
- Docker Image:
iiidev/iii:0.11.2
- Container Name:
agentmemory-iii-engine-1
Describe the bug
When running the
iii-enginevia Docker (iiidev/iii:0.11.2) as part of theagentmemorystack, the container generates an extreme amount of stdout/stderr logs. In our environment, the container's/var/lib/docker/containers/.../...-json.logfile reached 129 GB in size, completely consuming the host's disk space.This appears to be caused by the engine getting stuck in a rapid crash/restart or error-spam loop, dumping massive amounts of stack traces or error logs to stdout.
To Reproduce
agentmemoryDocker Compose stack withiiidev/iii:0.11.2du -sh /var/lib/docker/containers/<container-id>)Expected behavior
iii-engineshould not spam standard output infinitely on failure.docker-compose.ymlforagentmemoryshould implement Docker logging limits (e.g.,max-size: "10m",max-file: "3") to prevent unbounded disk growth.Environment:
iiidev/iii:0.11.2agentmemory-iii-engine-1