nginx 수필 배우 기 -- workerrlimit_nofile

736 단어
nginx 학습 수필 – workerrlimit_nofile
  • 영어 원문:
  • Syntax: worker_rlimit_nofile number;
    Default: 
    Context:    main

    Changes the limit on the maximum number of open files (RLIMIT_NOFILE) for worker processes. Used to increase the limit without restarting the main process.
  • 중국어 번역:
     nginx                    。                 。
    
  • 예 를 들 면:
    worker_rlimit_nofile 204800;

    이론 적 으로 이 값 은 최대 열 린 파일 수 (ulimit - n) 와 nginx 작업 프로 세 스 를 제외 합 니 다.

    좋은 웹페이지 즐겨찾기