2
উবুন্টু 18.04 এ সর্বাধিক উন্মুক্ত ফাইলের সীমা কীভাবে বাড়ানো যায়?
আমি চালিয়েছি ulimit -n 65536, নিম্নলিখিত লাইনগুলিতে যুক্ত করেছি /etc/security/limits.conf: * soft nofile 65536 * hard nofile 65536 alix soft nofile 65536 alix hard nofile 65536 root soft nofile 65536 root hard nofile 65536 এবং session required pam_limits.soউভয় যোগ : /etc/pam.d/common-session /etc/pam.d/common-session-noninteractive আর fs.file-max = 65536করার /etc/sysctl.d/60-file-max.conf। তবুও, ulimit -nআমার …