nugawiki

./categories/os

Tibero 세션 제한·tbboot 공유메모리 오류

업데이트 2026-07-21 조회수

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

./comments