ipcs-u 커 널 shmall 과 shmmax 인자 보기

1428 단어 sysctl-p
발췌:http://www.cnblogs.com/dkblog/archive/2011/09/06/2168721.html
실제 환경 값:
ipcs -u
------ Shared Memory Status --------
segments allocated 14
pages allocated 1249
pages resident  827
pages swapped   0
Swap performance: 0 attempts 0 successes
------ Semaphore Status --------
used arrays = 2
allocated semaphores = 2
------ Messages: Status --------
allocated queues = 0
used headers = 0
used space = 0 bytes
커 널 의 shmall 과 shmmax 인자
SHMMAX=최대 메모리 segment 의 크기 를 설정 합 니 다--->이 설정 은 SGA 보다MAX_사이즈 가 큰 게 좋 을 것 같 아 요.SHMMIN=최소 메모리 segment 의 크기 SHMMNI=전체 시스템 의 메모리 segment 의 총 갯 수 SHMSEG=프로 세 스 마다 사용 할 수 있 는 메모리 segment 의 최대 갯 수 설정 신호등(semphore)의 매개 변수:SEMMSL=각 semphore set 의 semphore 수량->이 설정 은 process 의 개수 보다 많 습 니 다.그렇지 않 으 면 여러 semphore set 로 나 눌 수 밖 에 없습니다.프로 세 스+n 의 말 이 있 는 것 같 습 니 다.n 이 몇 인지 잊 어 버 렸 습 니 다.SEMMNI=전체 시스템 의 semphore set 총수 SEMMNS=전체 시스템 의 semphore 총수
shmall 은 모든 공유 메모리 크기 입 니 다.shmmax 는 단일 세그먼트 에서 사용 할 수 있 는 크기 입 니 다.이 두 개 는 메모리 의 90%로 설정 할 수 있다.예 를 들 어 16G 메모리,16*1024*1024*1024*90%=15461882265,shmall 의 크기 는 15461882265/4k(getconf PAGESIZE 획득 가능)=3774873 이다.
수정/etc/sysctl.conf
kernel.shmmax=15461882265
kernel.shmall=3774873
kernel.msgmax=65535
kernel.msgmnb=65535
   sudo sysctl -p

좋은 웹페이지 즐겨찾기