nginx를 다시 로드하면 로그에 다음 메시지가 표시됩니다.
nginx: [warn] could not build optimal server_names_hash, you should increase either
server_names_hash_max_size: 512 or server_names_hash_bucket_size: 64; ignoring
server_names_hash_bucket_size
다시 로드하는 동안 CPU 사용률이 100%에 도달한 것으로 나타났습니다. 이 경우 server_names_hash_bucket_size는 CPU와 관련이 있습니까? 버킷 크기를 늘리면 CPU에 도움이 됩니까? 현재로서는 다시 로드할 때 서버가 10r 2분 동안 정지됩니다.
작업 프로세스 설정은 다음과 같습니다
worker_processes number auto;
worker_connections 2048;
누구든지 이 문제를 해결하도록 도와줄 수 있나요?