LiNuX

/etc/security/limits.conf

freecatz 2020. 10. 14. 14:59
# 시스템 전체 
*    hard    nproc    65535
*    soft    nproc    65535
*    hard    nofile   65535
*    soft    nofile   65535

# 특정 사용자
freecatz hard    nproc    65535
freecatz soft    nproc    65535
freecatz hard    nofile   65535
freecatz soft    nofile   65535