각종 팁&정보를 나누는 곳입니다.
누군가에게 도움이 된다 싶으시면 언제라도 포스팅 :)
글 등록하기 | 내글 관리하기 | 연재글 | 보관함
첨부파일 https://imweb.eond.com/webtip/380554

/etc/security/limits.conf 수정하는 방법 (open파일겟수 증가)

최근에  open 파일 겟수가 1024로 되어 있어 해당하는 값을 변경해 달라는 요청이 있어 수작업으로 진행했다.

ulimit -Sa 명령어를 이용하면 치면 아래와 같은 값이 출력되었는데 이 값을 8192로 변경해 달라는 요청이였다. 

open files                      (-n) 1024

이에 아래와 같이 /etc/security/limits.conf 를 수정했다. (root로 수정해야 하며, rebooting 이 필요 없음)



# /etc/security/limits.conf
#
#Each line describes a limit for a user in the form:
#
#<domain>        <type>  <item>  <value>
#
#Where:
#<domain> can be:
#        - an user name
#        - a group name, with @group syntax
#        - the wildcard *, for default entry
#        - the wildcard %, can be also used with %group syntax,
#                 for maxlogin limit
#
#<type> can have the two values:
#        - "soft" for enforcing the soft limits
#        - "hard" for enforcing hard limits
#
#<item> can be one of the following:
#        - core - limits the core file size (KB)
#        - data - max data size (KB)
#        - fsize - maximum filesize (KB)
#        - memlock - max locked-in-memory address space (KB)
#        - nofile - max number of open files
#        - rss - max resident set size (KB)
#        - stack - max stack size (KB)
#        - cpu - max CPU time (MIN)
#        - nproc - max number of processes
#        - as - address space limit
#        - maxlogins - max number of logins for this user
#        - maxsyslogins - max number of logins on the system
#        - priority - the priority to run user process with
#        - locks - max number of file locks the user can hold
#        - sigpending - max number of pending signals
#        - msgqueue - max memory used by POSIX message queues (bytes)
#        - nice - max nice priority allowed to raise to
#        - rtprio - max realtime priority
#
#<domain>      <type>  <item>         <value>
#

#*               soft    core            0
#*               hard    rss             10000
#@student        hard    nproc           20
#@faculty        soft    nproc           20
#@faculty        hard    nproc           50
#ftp             hard    nproc           0
#@student        -       maxlogins       4

weblogic        soft    nofile          8192
weblogic        hard    nofile          8192

"limits.conf" 52L, 1856C written

이렇게 수정할 경우 weblogic 계정에서 사용하는 open file의 갯수가 8192로 변경될 수 있도록 해주었고, 다만 hard 설정보다 soft 설정이 커질수는 없으므로 동일하게 맞추어 주는 것이 편리하다. (관리상의 이점정도)

[root@gw2 security]# su - weblogic
[weblogic@w2 ~]$ 
[weblogic@w2 ~]$ 
[weblogic@w2 ~]$ 
[weblogic@w2 ~]$ 
[weblogic@w2 ~]$ ulimit -Sa
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 268288
max locked memory       (kbytes, -l) 32
max memory size         (kbytes, -m) unlimited
open files                      (-n) 8192
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 10240
cpu time               (seconds, -t) unlimited
max user processes              (-u) 268288
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
[weblogic@w2 ~]$ 

weblogic 계정에서 변경된 것을 볼 수 있다.

코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 683 articles in 52 / 57 pages
번호 제목 제목 조회 수 날짜날짜
71 [X61] 빨콩 드라이버 업데이트 12107 2009/03/13
70 [브라우저] 크롬 확장 프로그램, imgur 12115 2013/02/27
69 [데스크탑/액세서리] 윈도우7에서 탐색기 오른쪽버튼으로 그림, 사진 미리보기 12121 2010/07/26
68 [PHP] http.php [1] 12144 2005/03/08
67 [브라우저] 문맥메뉴 이용해서 메일 보내기..는 아니지만;; 12256 2011/02/26
66 [브라우저] 파이어폭스에 원하는 검색사이트 등록하기 12414 2010/11/16
65 [생활] 도서관용 저소음(무소음) 마우스 만들기 대작전~!!!! [출처] 도서관용 저소음(무소음) 마우스 만들기 대작전~!!!!|작성자 양군 12430 2014/07/16
64 [브라우저] 인터넷 익스플로러 8에서 탭 빨리 열기 12467 2010/03/17
63 [메신저] 엠에센(MSN) 비번 정보 바꾸기 12485 2003/01/10
62 [브라우저] 파이어폭스 Alt+S 사용하기 12509 2007/03/31
61 [기본] 지오 공유기 설정방법 12559 2009/10/30
60 [메뉴얼] A8N-E 메인보드 메뉴얼 파일 12573 2010/01/20

해시태그 디렉터리

지금 이순간

오늘의 핫게시물