Pagina 1 di 1

nginx: il processo worker si sta arrestando

Pubblicato: 26 marzo 2026 - 15:06
di yoni
Buongiorno,

Sul nostro server WAPT, i servizi nginx saturano la RAM (Memoria: 10,6 GB (picco: 11,4 GB)), i processi nginx si arrestano.

Codice: Seleziona tutto

Main PID: 1370 (nginx)
      Tasks: 75 (limit: 100195)
     Memory: 10.6G (peak: 11.4G)
        CPU: 18min 11.549s
     CGroup: /system.slice/nginx.service
             ├─ 1370 "nginx: master process /usr/sbin/nginx"
             ├─ 1891 "nginx: worker process is shutting down"
             ├─ 1895 "nginx: worker process is shutting down"
             ├─16158 "nginx: worker process is shutting down"
             ├─16160 "nginx: worker process is shutting down"
...

             ├─66534 "nginx: worker process is shutting down"
             ├─66536 "nginx: worker process is shutting down"
             ├─71634 "nginx: worker process"
             ├─71635 "nginx: worker process"
             ├─71636 "nginx: worker process"
             ├─71637 "nginx: worker process"
             ├─71638 "nginx: worker process"
             ├─71639 "nginx: worker process"
             ├─71641 "nginx: worker process"
             └─71642 "nginx: worker process"
Come ottimizzare il servizio nginx?

Ho seguito le raccomandazioni riportate di seguito https://www.wapt.fr/fr/doc/wapt-server- ... ation.html.

La partizione /var non è piena. Su Red Hat, le directory nginx sono in /var/lib/nginx/tmp/proxy/.

Inoltre:
arricciare http://127.0.0.1/nginx_status
Connessioni attive: 1883
il server accetta le richieste gestite
129746 129746 133154
Lettura: 0 Scrittura: 1880 Attesa: 3

Red Hat Server 9.7
Wapt Enterprise 2.6.1.17765

Grazie per l'aiuto
Yoni