-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Description
I just noticed that c8
will probably suffer from the same OOM issue as nyc: istanbuljs/nyc#1263
It is caused by the fact, that it tries to load all reports in memory first and then merge them. Instead, should load and merge one-by-one (or by certain limit).
jan-molak