Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Too much memory usage only for rebuild #1835

Closed
7 of 8 tasks
webysther opened this issue Mar 27, 2025 · 0 comments
Closed
7 of 8 tasks

[BUG] Too much memory usage only for rebuild #1835

webysther opened this issue Mar 27, 2025 · 0 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working

Comments

@webysther
Copy link
Contributor

webysther commented Mar 27, 2025

Environment

Self-Hosted (Docker)

System

Docker

Version

3.1.0

Describe the problem

Memory usage limited on docker less than 2G broke the container.

Additional info

I have tested with and all marked broke:

  • 512M
  • 1G
  • 2G
Image
services:
  dashy:
    image: ghcr.io/lissy93/dashy:latest
    deploy:
      resources:
        limits:
          cpus: '1.00'
          memory: 2G

The main point this is only for the build, I think that change the build process to allow use more disk will make possible to limit the container and support more resource constraint envs.

Related to #1585

Please tick the boxes

@webysther webysther added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Mar 27, 2025
@github-project-automation github-project-automation bot moved this to Awaiting Triage in Dashy V3 Mar 27, 2025
@github-project-automation github-project-automation bot moved this from Awaiting Triage to Done in Dashy V3 Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants