Hi
Storj has a high usage recently because of the changes.
My CPU Ryzen 5 5600G is utilized between 70-100%. Each node currently needs between 1-4GB RAM. Since I also use other dockers with the system, I wonder if the load can be reduced somehow or if I can optimize something?
When everything is full I wanted to add more HDDs, but my system doesn’t seem to have enough power?
I run 4 Nodes ext4 formatted. I think my drives are SMR? How much would I benefit from CMR?
If you are using the Unraid dashboard to measure CPU utilization, then it also includes iowait, so it’s not really a true good measure of how hard the CPU is actually running taks.
Those drives all look like CMR to me.
You say these are formatted for ext4 which probably means you are using the unassigned drives plugin to do this, which is right because we don’t want to run multiple nodes on the array itself.
The only things I could suggest is to move databases to an SSD if you haven’t already, and to add more RAM.
Have you been seeing your drives fill up quicker lately: to account for the extra usage? It sounds like things are working properly: and you’ll be seeing higher payouts to account for it.
If you’d like one or more nodes to go idle for awhile: you can set their STORAGE variable to the space they’re already using (or less) so they’ll stop accepting uploads. Just remember if you’re not growing you’re not increasing the money you make every month
Please don’t move to windows😱
Windows hogs so much more resources than Linux.
I don’t know how much unraid os uses. But I would use bare metal Linux.
My Debian machine can handle everything without any problem and is so ram and CPU friendly
Thank you I will give that a try and compare it.
Would it help to set the docker log level down to warn? I did not find out how to do this correct.
My docker wont start when I change the config.yaml
CPU usage looks different compared to unraid GUI. Interesting:
I do not think so, but you may try to add to the end of the docker run command (after the image name) the command line option --log.level=warn. The same should work for config.yaml in the format log.level: warn, but it is required to be unique - so make sure that you modified the existing option, not added a new one.