Dashy consistently shuts itself off after an hour or two #630
-
I have around 25 containers and all of them work just fine and are stable. The only one I'm having issue with is the container for Dashy (Dashy is a dashboard). After a little bit of time the container just shuts itself off. I can restart it and it'll boot back up just fine, but it'll again just shut back down after a while. I've also tried recreating the container and the same thing occurs. Anyone know what this means and how I can fix this? If it makes a difference I'm using Unraid. I click the "Logs" button for the container and these are the last few lines in the log: Images and other types of assets omitted.
DONE Build complete. Watching for changes...
error Command failed with signal "SIGKILL".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
ERROR: "start" exited with 1.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.``` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is common if you've put a tight memory restriction in place. There's a spike in usage when the container builds, so you'll see that error if there's not enough memory. It's easy to fix with |
Beta Was this translation helpful? Give feedback.
This is common if you've put a tight memory restriction in place. There's a spike in usage when the container builds, so you'll see that error if there's not enough memory. It's easy to fix with
--memory
(or alternate runtime option). There's more info about it in the troubleshooting docs.