Skip to content

Commit

Permalink
Merge pull request #29 from itk-dev/feature/phpfpm-settings
Browse files Browse the repository at this point in the history
2173: Minor php preformance ajustments
  • Loading branch information
cableman authored Aug 27, 2024
2 parents 6dadd68 + 5781ec5 commit 4ab64aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.server.override.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
phpfpm:
environment:
- PHP_OPCACHE_VALIDATE_TIMESTAMPS=0
- PHP_PM_TYPE="static"
- PHP_PM_MAX_CHILDREN=24
- PHP_PM_MAX_REQUESTS=10000

0 comments on commit 4ab64aa

Please sign in to comment.