Skip to content

Commit dd999ad

Browse files
committed
Increase memory for supervisor container
1 parent c6640e1 commit dd999ad

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.8.1] - 2025-02-06
11+
12+
- Increase memory for supervisor container
13+
1014
## [1.8.0] - 2025-02-06
1115

1216
- Upgrade to PHP 8.4

docker-compose.server.override.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ services:
2020
- APP_SUPERVISOR_COMMAND=/app/bin/console messenger:consume --env=prod --no-debug --time-limit=900 --failure-limit=1 async
2121
- APP_SUPERVISOR_WORKERS=1
2222
- APP_SUPERVISOR_USER=deploy
23+
- PHP_MEMORY_LIMIT=256M
2324
networks:
2425
- app
2526
extra_hosts:

0 commit comments

Comments
 (0)