Skip to content

iii-engine Docker container (iiidev/iii:0.11.2) fills disk space with massive 129GB stdout json.log #278

@satabd

Description

@satabd

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

  1. Run agentmemory Docker Compose stack with iiidev/iii:0.11.2
  2. Allow it to run for some time (especially if it encounters an internal server error or network issue)
  3. Check the container log file size (du -sh /var/lib/docker/containers/<container-id>)
  4. Notice massive disk consumption.

Expected behavior

  1. The iii-engine should not spam standard output infinitely on failure.
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions