how you would you know if your system is maxing out?
my CPU usage is at 3%
my Memory is at 35%
my Storage is at 11%
but recently I am experiencing Too many open file error, causing some vm and container not to run
I tried to increase ulimit of 1024 with ulimit -a 2048 and I am not sure how to make it permanent
I also tried to increase file.max value double the number but my host end up freezing.
Right now I am not sure if the system is maxing out or how to increase that ulimit permanently
Currently I have 6 machine 3 of this are use in a cluster 2 is the host and 1 is managing everything.
my CPU usage is at 3%
my Memory is at 35%
my Storage is at 11%
but recently I am experiencing Too many open file error, causing some vm and container not to run
I tried to increase ulimit of 1024 with ulimit -a 2048 and I am not sure how to make it permanent
I also tried to increase file.max value double the number but my host end up freezing.
Right now I am not sure if the system is maxing out or how to increase that ulimit permanently
Currently I have 6 machine 3 of this are use in a cluster 2 is the host and 1 is managing everything.