System Configuration ubuntudebiancentos beginner

Raise Open File Limit

Raise the max open files (nofile) to 65535

Overview

Raise the max open files (nofile) to 65535

Commands

This will apply the new limit on next login, continue?

echo '* soft nofile 65535' | sudo tee /etc/security/limits.d/99-nofile.conf
echo '* hard nofile 65535' | sudo tee -a /etc/security/limits.d/99-nofile.conf