Here is an answer from Vladimir Davydov, who maintains scheduler in vzkernel.
On Tue, Jul 31, 2012 at 10:29:43AM +0400, Vladimir Davydov wrote: > http://nginx.org/en/docs/ngx_core_module.html#worker_cpu_affinity > > > > worker_processes 4; > > worker_cpu_affinity 0001 0010 0100 1000; > > > > "Binds worker processes to the sets of CPUs." > > Does it make sense inside OpenVZ container? > > It never works. CPU affinity masks are ignored inside containers. _______________________________________________ Users mailing list [email protected] https://openvz.org/mailman/listinfo/users
