|
|
|
¸®´ª½ºÆÁ Go Unix Power Tools Online Book
Go Bash Guide
|
|
Read No. 179 article |
2003-01-28 00:45:01 |
|
|
|
|
NickName |
Ç®ºñ´© |
Subject |
¾ÆÆÄÄ¡ ¹êµåÀ§¾² /dev/shm |
|
|
from ±èÁ´±Õ´Ô (http://oops.org)
Ä¿³Î 2.4 ¸¦ »ç¿ëÇϽŴٸé /dev/shm À» »ç¿ëÇϸé
I/O È¿À²À» ±²ÀåÈ÷ ³ôÈú ¼ö ÀÖ°ÚÁÒ.
/etc/rc.d/init.d ÀÇ start Àü¿¡
if [ ! -d "/dev/shm/apachebw/master" ]; then
install -m770 -d /dev/shm/apachebw/master
chown apache.apache /dev/shm/apachebw
chown apache.apache /dev/shm/apachebw/master
fi
if [ ! -d "/dev/shm/apachebw/link" ]; then
install -m770 /dev/shm/apachebw/link
chown apache.apache /dev/shm/apachebw
chown apache.apache /dev/shm/apachebw/link
fi
°ú °°ÀÌ ¼³Á¤À» ÇØÁÖ°í, httpd.conf ÀÇ BandWidthModul On ¹Ù·Î ¾Æ·¡¿¡
BandWidthDataDir /dev/shm/apachebw
¸¦ ÁöÁ¤ÇØ ÁÖ¸é ¾ÆÁÖ È¿À²ÀûÀÔ´Ï´Ù.
|
|
Page Loading [ 0.02 Sec ]
SQL Time [ 0 Sec ]
|
|
|