-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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] Mark-sweep error upon initial stage #297
Comments
Welcome to Dashy 👋 Issues are sometimes closed when users:
Before you reopen this issue, please also ensure that:
Once you have verified the above standards are met, you may reopen this issue. Sorry for any inconvenience caused, I'm just a bot, and sometimes make mistakes 🤖 |
Hmm looks like not enough memory. There is a spike in memory usage when the container first starts, and the app builds for the first time, but it shouldn't be enough to prevent it running on a Pi (I've run it on a Pi 3 no problems) 🤔 |
I even tried the |
Yeah, you don't need to run with privilages, and it's best not to |
Glad to hear that. I'll be waiting then. :D For reference purposes, here are the stats after rebooting the pi (3 apps, 4 containers. Portainer, nginx proxy manager and rtorrent_rutorrent) and letting it run for a few (~10ish) minutes. |
Environment
Self-Hosted (Docker)
Version
Latest (arm32v7 tag)
Describe the problem
Running dashy in docker on an RPi 3b+.
Getting the following error upon glancing at the logs.
IMGUR
Any ideas guys?
Running via Stack in Portainer with the following syntax:
Also tried via the command
docker run -d --name dashy --restart=always --privileged -p 4000:80 -v ~/Docker/dashy/conf.yml:/app/public/conf.yml lissy93/dashy:arm32v7
Additional info
This error occurs upon initial start and keeps looping back if the container isn't stopped.
Please tick the boxes
The text was updated successfully, but these errors were encountered: