PG18 Beta의 io_uring 효과 보려고 EKS에 배포했는데 log에 다음 메시지가 뜹니다:
LOG: io_method 'io_uring' requested but not available, falling back to 'worker'
호스트 노드 커널: uname -r = 6.8.0-1018-aws. PG18에 io_uring 지원하는 6.6+ 이상인데 왜 fallback?
postgresql.conf:
io_method = 'io_uring'
effective_io_concurrency = 256
Pod SecurityContext:
securityContext:
runAsNonRoot: true
runAsUser: 999
fsGroup: 999
seccomp profile은 default(RuntimeDefault). 컨테이너에서 io_uring 활성화하려면 어떤 권한이 필요한가요?
댓글 0