We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2f00d commit 8aa3911Copy full SHA for 8aa3911
src/BenchmarksApps/TLS/Nginx/config/nginx.conf
@@ -1,4 +1,5 @@
1
worker_processes 4;
2
+worker_cpu_affinity 0001 0010 0100 1000;
3
4
events {
5
worker_connections 1024;
0 commit comments