Skip to content

Commit

Permalink
Merge pull request #137 from afu-dev/feat-increase-memory-limit
Browse files Browse the repository at this point in the history
feat: increasing memory limit to lambda max memory limit
  • Loading branch information
mnapoli authored Nov 10, 2023
2 parents d9d05bb + f11a024 commit 2a1313b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layers/fpm/bref.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ display_errors=0
; See https://github.com/php/php-src/blob/d91abf76e01a3c39424e8192ad049f473f900936/php.ini-production#L463
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

memory_limit=3008M
memory_limit=10240M

opcache.enable=1

Expand Down
2 changes: 1 addition & 1 deletion layers/function/bref.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ display_errors=1
; See https://github.com/php/php-src/blob/d91abf76e01a3c39424e8192ad049f473f900936/php.ini-production#L463
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

memory_limit=3008M
memory_limit=10240M

opcache.enable=1
opcache.enable_cli=1
Expand Down

0 comments on commit 2a1313b

Please sign in to comment.