Skip to content

Instantly share code, notes, and snippets.

@alcides
Created April 11, 2013 13:37
Show Gist options
  • Save alcides/5363435 to your computer and use it in GitHub Desktop.
Save alcides/5363435 to your computer and use it in GitHub Desktop.
New kind of exception.
Exception in thread "WorkerStealingThread-22" java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.concurrent.ConcurrentLinkedQueue.offer(ConcurrentLinkedQueue.java:327)
at java.util.concurrent.ConcurrentLinkedQueue.add(ConcurrentLinkedQueue.java:296)
at aeminium.runtime.implementations.implicitworkstealing.scheduler.stealing.SequentialReverseScan.threadGoingToPark(Unknown Source)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment