Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
大家都是怎么生成 worker_cpu_affinity 的?
the.warl0ck.1989
Hi,
默认的nginx配置中,worker_cpu_affinity 都是没有的,大家都是怎么生成那些数字的?
我现在都是用程序生成,好像很多余的样子,比如
perl -e 'for (0..23) { print "0"x (24 - $_), "1", "0" x $_, " "; }'