<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'ulimit' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/ulimit</link>
		<description>ulimit</description>
		<language>ko</language>
		<pubDate>Wed, 04 Aug 2010 10:15:28 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[ulimit 정보 field 처리하기]]></title>
	<link>http://ydhoney.egloos.com/2556739</link>
	<guid>http://ydhoney.egloos.com/2556739</guid>
	<description>
	<![CDATA[ 
ulimit 정보의 경우 tab 문자가 아닌 공백문자 출력이기 때문에 field 처리하기 굉장히 귀찮습니다.이럴 때 다음과 같이 실행하면 field 처리가 되기 때문이 이 정보를 가지고 처리하면 굉장히 편리하지요.ulimit -a 의 display를 tab 문자 처리해 봅시다.# ulimit -a    core file size          (blocks, -c) 0data seg size           (kbytes, -d) unlimitedscheduling priority             (-e) 0file size               (blocks, -f) unlimitedpending signals                 (-i) 8192max locked memory    	]]>
	</description>
	<pubDate>Wed, 04 Aug 2010 10:15:28 +0900</pubDate>
	<dc:creator><![CDATA[Intelligence Hacker]]></dc:creator>
</item>
<item>
	<title><![CDATA[open files수 증가]]></title>
	<link>http://repository.egloos.com/5370721</link>
	<guid>http://repository.egloos.com/5370721</guid>
	<description>
	<![CDATA[ 
'파일이 너무 많이 열렸다'는 메시지는 DBMS를 이용할때도 발생한다. 다음의 방법으로 조치한다.  하지만 로그아웃하면 다시 초기화 된다. # ulimit -Sn 8192  리눅스이 경우 아래 파일에 적용하여 시스템 재부팅시 적용 한다. # cat /etc/security/limits.conf user1           soft          nofile            8192 user1           hard         nofile            8192 root              soft          nofile            8192 root              hard         nofile            8192	]]>
	</description>
	<pubDate>Mon, 02 Aug 2010 14:08:50 +0900</pubDate>
	<dc:creator><![CDATA[블루오션 [BLUE OCEAN]]]></dc:creator>
</item>
<item>
	<title><![CDATA[코어덤프 제어]]></title>
	<link>http://xeraph.egloos.com/4935059</link>
	<guid>http://xeraph.egloos.com/4935059</guid>
	<description>
	<![CDATA[ 
ulimit -c unlimited    ulimit -c 만 치면 현재 허용된 코어 덤프 크기 출력.    0이면 안 나오는거고..    그나저나 x86_64라서 따라하는데 애로사항 꽃피네 -_-  VM 따로 셋팅해야 되나 쩝..	]]>
	</description>
	<pubDate>Mon, 04 May 2009 19:34:22 +0900</pubDate>
	<dc:creator><![CDATA[Xeraph@NCHOVY]]></dc:creator>
</item>
<item>
	<title><![CDATA[[솔라리스] 파일디스크립트 개수 정하기]]></title>
	<link>http://shad0w.egloos.com/508813</link>
	<guid>http://shad0w.egloos.com/508813</guid>
	<description>
	<![CDATA[ 
 예전의(그리 예전도 아님) 솔라리스의 파일 디스크립터(FD) 제한은 256개(0-255)이다. 이는 파일 디스크립터를 저장하는 변수가 unsigned char 형태의 8비트이기 때문이다. 이런 8비트 구조를 16비트 형태로 변경시키려고 했지만 하위 버전의 호환성 문제로 인해 무산되었다.  이런 구조를 해결하기 위해서 Sun 사는 2007년 7월 버전의 솔라리스 10부터 256개의 파일 디스크립터 제한을 완화 할 수 있는 런타임 해결책과 프로그래밍 적 해결책을 제시하고 있다. 프로그래밍적 해결책은 아래 사이트에서 참고하면 된다.   간단하게 자신의 시스템에 최대 파일 디스크립터 개수(프로세스 당)를 알고 싶다면 명령창에서 다음과 같이 테스트를 해보자.  # echo 'rlim_fd_max/D' | mdb -	]]>
	</description>
	<pubDate>Mon, 23 Jun 2008 03:48:25 +0900</pubDate>
	<dc:creator><![CDATA[Always as First]]></dc:creator>
</item>
	</channel>
</rss>

