Skip to content

Commit e077a3e

Browse files
authored
Merge pull request #17 from keboola/ondra-fix-phpstan-memory-limit
Fix memory limit for phpstan
2 parents e0c4911 + ff0181c commit e077a3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/php-prod.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ session.sid_bits_per_character = 5
1313
short_open_tag = Off
1414
track_errors = Off
1515
variables_order = "GPCS"
16+
memory_limit = 256M
1617

1718
; Custom
1819
date.timezone = "UTC"

0 commit comments

Comments
 (0)