Open MattMencel opened 1 day ago
Hey @MattMencel, can you reproduce the issue on https://psalm.dev? These will be used as phpunit tests when implementing the feature or fixing this bug.
Not without uploading the entire codebase. 😁
I tried just the MetricRelationsCache.php
file in psalm.dev, but it worked fine. I only get these crashes if I init
or scan all 4000 files at once.
Hi,
I have a large codebase, over 4000 files. I am unable to init or scan the entire codebase and have had to break the Psalm scans into two batches. When I try to init or scan everything at once it always crashes. Usually something like this.
This is with Psalm 5.26.1.
Here is an init attempt of my PHP directory.
And If I create a psalm.xml with
./myphpdir
in it and run psalm I get something like this....