Texera / texera

Collaborative Machine-Learning-Centric Data Analytics Using Workflows
https://texera.github.io
Apache License 2.0
163 stars 72 forks source link

OutOfMemoryError while running texera #2465

Closed sayak1711 closed 7 months ago

sayak1711 commented 8 months ago

Uncaught error from thread [Amber-akka.remote.default-remote-dispatcher-9]: Direct buffer memory, shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[Amber] Uncaught error from thread [Amber-akka.remote.default-remote-dispatcher-8]: Direct buffer memory, shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled forjava.lang.OutOfMemoryError: Direct buffer memory at java.base/java.nio.Bits.reserveMemory(Bits.java:175) at java.base/java.nio.DirectByteBuffer.(DirectByteBuffer.java:118) at java.base/java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:317) at akka.remote.artery.EnvelopeBufferPool.acquire(EnvelopeBufferPool.scala:35) at akka.remote.artery.Encoder$$anon$1.onPush(Codecs.scala:125) at akka.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:556) at akka.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:510) at akka.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:402) at akka.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:650) at akka.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:521) at akka.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:625) at akka.stream.impl.fusing.ActorGraphInterpreter.akka$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:800) at akka.stream.impl.fusing.ActorGraphInterpreter.akka$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:787) at akka.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:778) at akka.actor.Actor.aroundPreStart(Actor.scala:548) at akka.actor.Actor.aroundPreStart$(Actor.scala:548) at akka.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:716) at akka.actor.ActorCell.create(ActorCell.scala:643) at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:513) at akka.actor.ActorCell.systemInvoke(ActorCell.scala:535) at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:295) at akka.dispatch.Mailbox.run(Mailbox.scala:230) at akka.dispatch.Mailbox.exec(Mailbox.scala:243) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) ActorSystem[Amber]

shengquan-ni commented 8 months ago

@sayak1711 Can you provide more detail on this?