-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Since nginx can auto-tune now the worker_processes configuration parameter, I would suggest to use
worker_processes auto; instead of worker_processes 1; in /etc/nginx/nginx.conf
Rationale: Docker manages resources using container restrictions and expects them to automatically adapt to the provided amount of CPU and memory.
But for non-docker environments, using only one thread is a safe default. So upstream developers provide it that way.
vazhnov, ScottPierce, x-yuri, erichorwath, pratiksampat and 1 more
Metadata
Metadata
Assignees
Labels
No labels