조회하는 방법
ulimit -a
이것을 다음과 같은 방법으로 변경할 수 있다.
1. /etc/security/limits.conf 수정
[user_name] [soft | hard] nproc [value]
2. /etc/profile 수정
vi /etc/profile
ulimit -u [value] 추가 후 저장
source /etc/profile
만약 root 계정에서 수정한 후,
다른 계정에서 적용하려면 적용하려는 계정으로 로그인 후, source /etc/profile 한번 더 실행
3. .bash_profile 수정
vi .bash_profile
ulimit -u [value] 추가 후 저장
source .bash_profile
댓글을 달아 주세요
댓글 RSS 주소 : http://www.yongbi.net/rss/comment/588