We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec92bf commit 4215542Copy full SHA for 4215542
sapi/fpm/www.conf.in
@@ -74,6 +74,12 @@ listen = 127.0.0.1:9000
74
; Default Value: no set
75
; process.priority = -19
76
77
+; Bind the pool processes to a cpu set.
78
+; The value can be one cpu id or a range.
79
+;
80
+; Default Value: inherits master's cpu affinity
81
+; process.cpumask = 4-7
82
+
83
; Set the process dumpable flag (PR_SET_DUMPABLE prctl for Linux or
84
; PROC_TRACE_CTL procctl for FreeBSD) even if the process user
85
; or group is different than the master process user. It allows to create process
0 commit comments