Memory consuption

Add a timeout to stop commands

docker stop -t 300 storagenode

This will give it up to 5 minutes. Works with restart as well.

1 Like

I created a separate topic for the too many requests error here

1 Like

ok, thanks
try how it works

I have the same problem again my ram is used at 5.28 GB on 5.72GB

please post screenshot of docker exec -it storagenode top -m


Here is

Please, copy output of the docker stats command.

Also I see that your storage node have a lot of dashboard process. Try to kill all with:
pkill -f dashboard

@Lucas How exactly do you run the dashboard?


Nothing has changed for the RAM !

I run with this command : docker exec -it storagenode /app/dashboard.sh

dashboard processed is gone, now please restart container docker restart storage node -t 300
And monitor memory consumption.

What is the purpose of this command?

Dashboard can produce higth memory consuption, a lot of dashboards can produce a lot of memory consuption like on your side, see this topic.

Purpose of docker restart storage node -t 300 is drop all consumed memory after you kill all dashboard processes with pkill -f dashboard

I have an error
Capture

typo
docker restart -t 300 storagenode

Thanks! @Alexey

yep, i make a typo with container name.

1 Like

Ok it’s good at the moment, I’ll let you know if there is a new rise.

Thank you !

2 Likes