I am running Jenkins with lots of jobs which require lots of open files so I have increased file-max limit to 3 million. It still hits 3 million sometimes so I am wondering how far I can go. Can I set /proc/sys/fs/file-max to 10 million?
How do I know what the hard limit of file-max is?
I am running CentOS 7.7 (3.10.X kernel)