Linux Max User Process 변경

Articles 2014/04/04 11:43 용비
Linux 시스템에서 사용자별로 기본적으로 실행할 수 있는 Process는 1024개이다.

조회하는 방법
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/response/588

트랙백 주소 :: http://www.yongbi.net/trackback/588

트랙백 RSS :: http://www.yongbi.net/rss/trackback/588

댓글을 달아 주세요

댓글 RSS 주소 : http://www.yongbi.net/rss/comment/588
[로그인][오픈아이디란?]
오픈아이디로만 댓글을 남길 수 있습니다