LINUX OPEN FILES SIZE 조절

LINUX OPEN FILES SIZE 조절

/etc/security/limits.conf

*               soft    nofile          20480
*               hard    nofile          20480

– 재부팅 못할때는 아래 명령어로 바로 적용

  ulimit -S -c 0 > /dev/null 2>&1



  ulimit -n 20480