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
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
at scala.util.Left$.apply(Either.scala:355)
at org.kframework.parser.ChildrenMapping.doTheMapping(Transformer.scala:69)
at org.kframework.parser.ChildrenMapping.mapChildrenWithClone(Transformer.scala:78)
at org.kframework.parser.concrete2kore.disambiguation.TreeCleanerVisitor$TreeCleanerVisitor2.apply(TreeCleanerVisitor.java:69)
at org.kframework.parser.TransformerWithErrors.apply(Transformer.scala:173)
at org.kframework.parser.concrete2kore.disambiguation.TreeCleanerVisitor.apply(TreeCleanerVisitor.java:28)
at org.kframework.parser.TransformerWithErrors.apply(Transformer.scala:182)
at org.kframework.parser.TransformerWithErrors.apply(Transformer.scala:175)
at org.kframework.parser.TransformerWithErrors.applyTerm(Transformer.scala:160)
at org.kframework.parser.ChildrenMapping.$anonfun$mapChildrenStrict$1(Transformer.scala:30)
at org.kframework.parser.ChildrenMapping$$Lambda$222/1807426335.apply(Unknown Source)
at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:234)
at scala.collection.TraversableLike$$Lambda$22/641853239.apply(Unknown Source)
at scala.collection.Iterator.foreach(Iterator.scala:929)
at scala.collection.Iterator.foreach$(Iterator.scala:929)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1417)
at scala.collection.IterableLike.foreach(IterableLike.scala:71)
at scala.collection.IterableLike.foreach$(IterableLike.scala:70)
at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
at scala.collection.TraversableLike.map(TraversableLike.scala:234)
at scala.collection.TraversableLike.map$(TraversableLike.scala:227)
at scala.collection.AbstractTraversable.map(Traversable.scala:104)
at org.kframework.parser.ChildrenMapping.mapChildrenStrict(Transformer.scala:30)
at org.kframework.parser.TransformerWithErrors.apply(Transformer.scala:188)
at org.kframework.parser.concrete2kore.disambiguation.TreeCleanerVisitor.apply(TreeCleanerVisitor.java:49)
at org.kframework.parser.TransformerWithErrors.apply(Transformer.scala:174)
at org.kframework.parser.TransformerWithErrors.applyTerm(Transformer.scala:160)
at org.kframework.parser.ChildrenMapping.$anonfun$doTheMapping$1(Transformer.scala:57)
at org.kframework.parser.ChildrenMapping$$Lambda$221/106377256.apply(Unknown Source)
at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:234)
at scala.collection.TraversableLike$$Lambda$22/641853239.apply(Unknown Source)
at scala.collection.Iterator.foreach(Iterator.scala:929)
I would like to raise the heap memory. I'm familiar with the syntax -Xmx but the kompile executable does not take Java options.
The text was updated successfully, but these errors were encountered:
Compiling lll-evm.k throws a Java exception
I would like to raise the heap memory. I'm familiar with the syntax
-Xmx
but thekompile
executable does not take Java options.The text was updated successfully, but these errors were encountered: