Software-defined storage for building a global AI, HPC and analytics data platform
vim /etc/security/limits.conf# add the following lines at the end of /etc/security/limits.conf* soft nofile 65536* hard nofile 65536* soft nproc 65536* hard nproc 65536
Copy