You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On branch develop, trying to merge with CGMerger the dependencies related to revision fasten://io.7mind.izumi:distage-extension-config_2.12$1.0.6 (id=76535) causes an out-of-memory exception, even using 128GB of RAM.
on monster. Note that the SearchEngine class has no correlation with the problem—it is just an easy way to run CGMerger over the revision above. After about 20 minutes, CGMerger throws the following exception:
Exception in thread "main" java.lang.OutOfMemoryError: Requested array size exceeds VM limit
at java.base/java.util.Arrays.copyOf(Arrays.java:3689)
at java.base/java.util.ArrayList.grow(ArrayList.java:238)
at java.base/java.util.ArrayList.addAll(ArrayList.java:710)
at eu.fasten.core.merge.CGMerger.getAllChildren(CGMerger.java:757)
at eu.fasten.core.merge.CGMerger.getAllChildren(CGMerger.java:757)
at eu.fasten.core.merge.CGMerger.getAllChildren(CGMerger.java:757)
at eu.fasten.core.merge.CGMerger.getAllChildren(CGMerger.java:757)
at eu.fasten.core.merge.CGMerger.createUniversalCHA(CGMerger.java:701)
at eu.fasten.core.merge.CGMerger.<init>(CGMerger.java:222)
at eu.fasten.core.search.SearchEngine.from(SearchEngine.java:511)
at eu.fasten.core.search.SearchEngine.fromRevision(SearchEngine.java:479)
at eu.fasten.core.search.SearchEngine.fromRevision(SearchEngine.java:464)
at eu.fasten.core.search.SearchEngine.main(SearchEngine.java:736)
Other revisions from the same group id merge without problems.
The text was updated successfully, but these errors were encountered:
On branch develop, trying to merge with
CGMerger
the dependencies related to revisionfasten://io.7mind.izumi:distage-extension-config_2.12$1.0.6
(id=76535) causes an out-of-memory exception, even using 128GB of RAM.To replicate, try
on monster. Note that the
SearchEngine
class has no correlation with the problem—it is just an easy way to runCGMerger
over the revision above. After about 20 minutes,CGMerger
throws the following exception:Other revisions from the same group id merge without problems.
The text was updated successfully, but these errors were encountered: