Tibero 3002에러
해결법 : Shared memory를 증가 시키면 위 에러가 해결된다.
1. DB서버 Tibero config 파일 수정
TOTAL_SHM_SIZE, MEMORY_TARGET 값을 수정해준다.
vi tibero.tip(파일명은 다를수있음)
TOTAL_SHM_SIZE= 800M ->2G(변경)
MEMORY_TARGET=1536M->3G(변경)
2. Tibero 리부팅
tbdown immediate
tbboot
감사합니다.
3002: Out of memory (unable to allocate %1$d bytes of shared pool memory).
| Cause | Insufficient shared pool memory remaining. |
| Action | To increase the shared memory space, specify a larger value for the TOTAL_SHM_SIZE parameter. |
'Database' 카테고리의 다른 글
| [DBMS] Archive 모드 확인하기. (0) | 2023.09.07 |
|---|