-
-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Description
Bug Report
Q | A |
---|---|
Version(s) | 1.11.4 |
Summary
When running infection/infection
with this action, relatively low memory limits are hit in this job:
An example is visible at https://github.com/Roave/BackwardCompatibilityCheck/runs/4634739860?check_suite_focus=true#step:3:479
[PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8192 bytes) in /github/workspace/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php on line 69]
134217728
is 128Mb
, which is something that is prohibitively low for PHP: we should really use -dmemory_limit=-1
here 🤔
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working