Skip to content

Commit f05fdc7

Browse files
authored
doubling memory limit for php on brokers
1 parent 6e96b1c commit f05fdc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-fpm/laravel.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ log_errors=On
44

55
; Maximum amount of memory a script may consume (128MB)
66
; http://php.net/memory-limit
7-
memory_limit = 128M
7+
memory_limit = 256M
88
; Maximum allowed size for uploaded files.
99
; http://php.net/upload-max-filesize
1010
upload_max_filesize = 20M

0 commit comments

Comments
 (0)