Skip to content

Commit 72a22b6

Browse files
authored
Temporarily lift memory limit
1 parent 6d33013 commit 72a22b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ cs-fix: cs-install
143143
XDEBUG_MODE=off php build-cs/vendor/bin/phpcbf
144144

145145
phpstan:
146-
php bin/phpstan clear-result-cache -q && php -d memory_limit=499M bin/phpstan -v
146+
php bin/phpstan clear-result-cache -q && php -d memory_limit=599M bin/phpstan -v
147147

148148
phpstan-result-cache:
149149
php -d memory_limit=499M bin/phpstan

0 commit comments

Comments
 (0)