﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
2188	nginx -t with many worker_processes/reuseport is expensive	bartebor@…		"`nginx -t` forks `worker_processes` worker processes just like normal nginx. With `reuseport` in `listen` directive in use each of the workers create separate socket. On modern multicore machine (assuming i.e. `worker_processes auto;`) this creates a lot of sockets which are not of much value. Large configurations take a lot longer to test.

I think we could assume in testing that configuration has `worker_processes 1;`. Is this problematic in any way?

We can't use `-g` option to override configured value, because nginx complains about duplicated directive.
"	enhancement	closed	minor		documentation	1.18.x	fixed			Linux laptop 5.10.0-1-amd64 #1 SMP Debian 5.10.4-1 (2020-12-31) x86_64 GNU/Linux	not relevant
