Skip to content

Commit 4215542

Browse files
committed
mentions pool processes in conf
1 parent dec92bf commit 4215542

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sapi/fpm/www.conf.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ listen = 127.0.0.1:9000
7474
; Default Value: no set
7575
; process.priority = -19
7676

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+
7783
; Set the process dumpable flag (PR_SET_DUMPABLE prctl for Linux or
7884
; PROC_TRACE_CTL procctl for FreeBSD) even if the process user
7985
; or group is different than the master process user. It allows to create process

0 commit comments

Comments
 (0)