Skip to content

Commit

Permalink
Changing php memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmols committed Aug 21, 2024
1 parent 81b5f09 commit ca270d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- 'stable/*'
- testing-memory-upgrade

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion build/nginx/php-custom.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
max_execution_time = 180
memory_limit = 800M
memory_limit = 3500M

0 comments on commit ca270d7

Please sign in to comment.