Skip to content

Commit f11a024

Browse files
committed
feat: increasing memory limit to lambda max allocated memory
1 parent ba1ada5 commit f11a024

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layers/fpm/bref.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ display_errors=0
77
; See https://github.com/php/php-src/blob/d91abf76e01a3c39424e8192ad049f473f900936/php.ini-production#L463
88
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
99

10-
memory_limit=3008M
10+
memory_limit=10240M
1111

1212
opcache.enable=1
1313

layers/function/bref.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ display_errors=1
66
; See https://github.com/php/php-src/blob/d91abf76e01a3c39424e8192ad049f473f900936/php.ini-production#L463
77
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
88

9-
memory_limit=3008M
9+
memory_limit=10240M
1010

1111
opcache.enable=1
1212
opcache.enable_cli=1

0 commit comments

Comments
 (0)