Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Container runs out of memory during sync #135

@tnet-ag

Description

@tnet-ag

The 32GB Memory Limit of the Container in docker-compose.yml

    deploy:
      resources:
        limits:
          memory: 32768M

Produces a crash loop during early sync, cause the container runs out of memory

Increased the limit of the running container now manually to 64 GB with

docker update --memory <new_memory_limit> <container_name>

and It works.

The limit should be increased in docker-compose.yml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions