mirror of
https://github.com/nginx/nginx.git
synced 2025-07-30 18:16:30 +08:00
Merge of r4865: clearing of cpu_affinity after process spawn.
This fixes unwanted/incorrect cpu_affinity use on dead worker processes respawn. While this is not ideal, it's expected to be better when previous situation where multiple processes were spawn with identical CPU affinity set. Reported by Charles Chen.
This commit is contained in:
parent
de68f145bf
commit
41bdb0f93d
@ -371,6 +371,8 @@ ngx_start_worker_processes(ngx_cycle_t *cycle, ngx_int_t n, ngx_int_t type)
|
||||
|
||||
ngx_pass_open_channel(cycle, &ch);
|
||||
}
|
||||
|
||||
cpu_affinity = 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user