/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 계정에서 변경된 것을 볼 수 있다.
제목 | 날짜 | ||
---|---|---|---|
371 | G마켓 G스탬프 획득하는 방법 [1] | 5804 | 2008/08/14 |
370 | [기본] 구글 애드센스 컨설팅 - 하데스님의 블로그 구글 애드센스 최적화 가이드 편 | 5805 | 2007/11/13 |
369 | [기본] 구글 애드센스 주의할 점 [3] | 5806 | 2007/11/05 |
368 | [웹로그] HTML 저장 형식의 메모프로그램, jwFreeNote 5.7 release 6 | 5829 | 2007/11/06 |
367 | [웹로그] UCC 사이트 | 5842 | 2009/04/06 |
366 | [웹로그] 파이어폭스 설치된 플러그인을 다른 컴퓨터에서도 사용하는 방법 | 5848 | 2007/10/27 |
365 | [기본] TapiSrv 이란? | 5864 | 2007/11/02 |
364 | [하드웨어] CPU 순위 | 5868 | 2013/10/09 |
363 | [리눅스서버] 리눅스 하드 추가하고 유저에 권한 주기 | 5910 | 2017/06/17 |
362 | [웹로그] 카스퍼스키 안티 바이러스 7, 3개월 무료 이용권 (처음 사용자용) | 5923 | 2007/12/01 |
361 | [웹로그] 미니홈피가 좋은 이유 | 5934 | 2009/03/15 |
360 | [웹로그] 마우스 제스처 어떻게 사용하시나요? | 5945 | 2007/11/25 |