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
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
The 32GB Memory Limit of the Container in docker-compose.yml
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