"socket hang up" when trying to display Memory Graph in Dashboard, no graphs displayed
-
Why would this happen? I have a VPS with 16 GB of RAM!
Is it because ssdnodes uses the XFS file system, and not ext4? Remember, the only way I could get Cloudron to install was to comment out the check for ext4 in the install script.
This is just one of a few issues that really bug me, and I wish I knew if it was something to do with XFS or something entirely different. I mean, 16 GB.... why would there be any problems running cloudron????
Thank you for looking into this.
![alt text]( image url)
-
Take a look at docker stats graphite
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS c83fb2b97d77 graphite 0.09% 83.45MiB / 512MiB 16.30% 28.3MB / 821kB 0B / 0B 6
I gave the container more RAM and the problem never occurred for me again. Standard setting is 75MiB with is not enough.
Note to @girish and @nebulon: It would be cool if we could change RAM for box, graphite and especially redis from the UI.
-
@subven said in "socket hang up" when trying to display Memory Graph in Dashboard, no graphs displayed:
docker stats graphite
Thank you for sharing this info. I see that my MEM USAGE was 72.6 / 75 MB limit, so that would indicate why it crashes. How do I increase the limit then?
-