Skip to content

Commit

Permalink
infra: bump php max children
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 24, 2024
1 parent 3cb9ea3 commit 9fd6ff5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/service_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ module "ecs_app" {
name = "SCOUT_DRIVER",
value = "typesense"
},
{
name = "PHP_PM_MAX_CHILDREN",
value = 128
},
]

secrets = [
Expand Down

0 comments on commit 9fd6ff5

Please sign in to comment.