/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 계정에서 변경된 것을 볼 수 있다.
제목 | 날짜 | ||
---|---|---|---|
119 | [브라우저] 오페라 브라우저 사용시 변경할 사항 | 10726 | 2008/07/31 |
118 | [기본] Aspire 5572ANWXCi 설치 드라이버 | 10756 | 2010/06/03 |
117 | [모바일] 반츄 키보드 | 10853 | 2012/05/02 |
116 | [기타] 지메일 알림, Gmail Notifier Plus | 10912 | 2010/11/16 |
115 | [기본] USB 보안 프로그램 | 10928 | 2010/05/02 |
114 | [윈도우] Windows 사용자(Users), Program Files, Program Files (x86) 폴더 D드라이브로 이동시키기 [1] | 10930 | 2013/06/22 |
113 | [기타] 주변기기 > 프린터 > hp Deskjet 600k | 10941 | 2005/03/04 |
112 | [하드웨어] 노트북 키맵핑 | 10952 | 2009/12/17 |
111 | [X61] 빨콩이 저절로 움직인다 | 10952 | 2009/01/01 |
110 | [네트워크] wol 기능을 이용해서 원격 접속하기 | 10977 | 2008/08/20 |
109 | [웹로그] 해당 디렉토리의 하위 디렉토리별 용량 알아보기 | 11016 | 2010/08/17 |
108 | [윈도우] 윈도우8 부팅 시 부팅 선택모드 복구메뉴 추가하기 | 11051 | 2013/06/24 |