Skip to content

Commit

Permalink
Merge pull request #250 from MTES-MCT/memory_limit
Browse files Browse the repository at this point in the history
config
  • Loading branch information
Remi81 authored Jul 18, 2024
2 parents dff8569 + ee9fff7 commit e22dc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
worker: php bin/console messenger:consume async --memory-limit=190M --time-limit=3600
worker: php bin/console messenger:consume async --memory-limit=500M
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"rm -rf .docker"
],
"php-config": [
"memory_limit=512M",
"opcache.memory_consumption=256",
"opcache.max_accelerated_files=20000",
"opcache.validate_timestamps=0",
Expand Down

0 comments on commit e22dc9e

Please sign in to comment.