./categories/os
Tibero 세션 제한·tbboot 공유메모리 오류
MAX_SESSION_COUNT
tibero6/config/tibero.tip에서 세션 상한.
# tip 예시
MAX_SESSION_COUNT=...
tbboot shared memory / semaphore
증상 예:
- Cannot attach to shared memory segment
- a shared memory segment with the same key already exists
- Cannot get semaphore
상태 확인·정리
ipcs
ipcs -s
ipcs -m
ipcrm -m <shmid>
ipcrm -s <semid>
ipcrm -a
kernel.sem 부족 (errno=28)
sudo vi /etc/sysctl.conf
# kernel.sem = 10000 32000 10000 10000
sudo sysctl -p
tbboot
관련 링크: https://app.notion.com/p/ce7e015fac304763a546d458fd05bb38
./comments