-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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] Dashy crashlooping after last upgrade to 2.1.2 #1494
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
Hmm, that's not good. |
Actually getting the same error :/ |
This might explain my issue too on a rpi 3b docker installation. The rpi runs the latest 64 bit pi os lite version, fully upgraded. I noticed that v2.1.2 slowly uses all assigned memory resources (448MB) after a few minutes. It also uses all assigned cpu resources (50%) while doing so. I have a slightly adapted docker file where i bind mount the whole compose.yaml fileservices:
dashy:
container_name: dashy
hostname: dashy
memswap_limit: 448M
deploy:
resources:
limits:
cpus: "0.50"
memory: 384M
restart: unless-stopped
ports:
- 80:80
image: lissy93/dashy:latest
volumes:
- ${HOST_APP_DIR}/public:/app/public
networks:
- dashy
networks:
dashy:
name: dashy
|
It stops working, how I can check what is a reason and share here? |
Lissy has already identified the issue and is currently testing a fix. Huge claps to her 👏 |
I have tested a bit:
And Dashy exit with errorcode. After disabling resource-limits in docker-compose.yml and waiting for dashy to fully start up, dashy is working. I can repeat F5 without any issue. If i open Dashy on unlimited resources before it fully starts up, i get again "ENOENT: no such file..." like above and dashy hang up. Now i see in: https://dashy.to/docs/deployment/ Dashy needs 1GB. It runs all the time on 256MB flawlessly (lol) |
Sorry, sorry, yes fix coming in #1496 The issue was a bug causing loads of rebuilds, causing it to consume more ram than intended. I've written a new re-build script which should only watch for relevant changes... just testing it on several devices. |
Nothing changed there, those were just the recommended specs for the Node base image, but it very very very rarley gets anywhere near 1GB |
Merging #1496 now.... |
Okay, updated version live on DockerHub and GHCR. Try re-pulling And sorry for the trouble this has caused, I'll do smaller and more frequent updates going forward, to hopefully mitigate things breaking. |
Thanks it works now! |
Environment
Self-Hosted (Docker)
System
Docker 25.0.3 build 4debf41
Version
Dashy V-2.1.2
Describe the problem
After upgrading to last docker-image, dashy crashes after few seconds. Im able to open the dashy dashboard (like normal), then reload and i get "Not found".
I didnt changed anything in my config-files.
Im using docker-compose with Watchtower for Dashy.
Additional info
Please tick the boxes
The text was updated successfully, but these errors were encountered: