ECE Installation Prerequisites - Max open files descriptors per process

I am trying to install ECE but the prerequisites fail with the following:

OS settings for max open file descriptors per process should be >= 65536, currently 32768

That's what I get when I exec in the container and run "ulimit -n" however "cat /proc/sys/fs/file-max" shows 325000.

I have tried "DefaultLimitNOFILE=65536" in /etc/systemd/system.conf and /etc/systemd/user.conf but still failing.

Any suggestions on how to change this?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.