-
-
Notifications
You must be signed in to change notification settings - Fork 946
Closed
Labels
Description
Large memory cunsumption in bitbucket pipeline
I have 6GB RAM available for phpstan and I run phpstan with following command:
vendor/bin/phpstan analyse -l 1 app -c app/config/phpstan.neon
My phpstan.neon
`parameters:
parallel:
maximumNumberOfProcesses: 1
processTimeout: 3000.0`
Do somebody known why is 6GB RAM not enough? It is some way to decrease memory limit consumption?
Reactions are currently unavailable
