Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵增煜
/
tzt-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e13b0174
authored
Dec 02, 2024
by
lujunyi
Browse files
Options
Browse Files
Download
Plain Diff
默认php开128个进程
parents
cb14a2a1
c0d2da88
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docker/php/php-fpm.d/www.conf
+4
-4
No files found.
docker/php/php-fpm.d/www.conf
View file @
e13b0174
...
...
@@ -113,22 +113,22 @@ pm = static
;
forget
to
tweak
pm
.*
to
fit
your
needs
.
;
Note
:
Used
when
pm
is
set
to
'static'
,
'dynamic'
or
'ondemand'
;
Note
:
This
value
is
mandatory
.
pm
.
max_children
=
128
pm
.
max_children
=
256
;
The
number
of
child
processes
created
on
startup
.
;
Note
:
Used
only
when
pm
is
set
to
'dynamic'
;
Default
Value
: (
min_spare_servers
+
max_spare_servers
) /
2
pm
.
start_servers
=
5
pm
.
start_servers
=
5
0
;
The
desired
minimum
number
of
idle
server
processes
.
;
Note
:
Used
only
when
pm
is
set
to
'dynamic'
;
Note
:
Mandatory
when
pm
is
set
to
'dynamic'
pm
.
min_spare_servers
=
5
pm
.
min_spare_servers
=
5
0
;
The
desired
maximum
number
of
idle
server
processes
.
;
Note
:
Used
only
when
pm
is
set
to
'dynamic'
;
Note
:
Mandatory
when
pm
is
set
to
'dynamic'
pm
.
max_spare_servers
=
30
pm
.
max_spare_servers
=
30
0
;
The
number
of
rate
to
spawn
child
processes
at
once
.
;
Note
:
Used
only
when
pm
is
set
to
'dynamic'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment