It is crashing before it gets where the original exception occurred. java.lang.OutOfMemoryError: GC overhead limit exceeded
at org.neo4j.kernel.impl.api.KernelTransactionImplementation.acquireStatement( KernelTransactionImplementation.java:182) at org.neo4j.kernel.impl.api.KernelTransactionImplementation.acquireStatement( KernelTransactionImplementation.java:63) at org.neo4j.kernel.impl.core.ThreadToStatementContextBridge.instance( ThreadToStatementContextBridge.java:47) at org.neo4j.kernel.impl.core.NodeProxy.addLabel(NodeProxy.java:468) at MY LOGIC at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4166) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1489) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4012) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3651) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run( PartRenderingEngine.java:1113) at org.eclipse.core.databinding.observable.Realm.runWithDefault( Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run( PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI( E4Workbench.java:138) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) at org.eclipse.core.databinding.observable.Realm.runWithDefault( Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench( Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start( IDEApplication.java:124) at org.eclipse.equinox.internal.app.EclipseAppHandle.run( EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication( EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start( EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run( EclipseStarter.java:354) On Mon, Jul 14, 2014 at 6:52 AM, José Cornado <[email protected]> wrote: > Let .me reproduce it again. I was able to wrap 29,000 in a transaction > (side note) > > > On Mon, Jul 14, 2014 at 12:19 AM, Michael Hunger < > [email protected]> wrote: > >> Can you share your code and the full exception? As well as the >> graph.db/messages.log file >> >> Thx >> >> Sent from mobile device >> >> Am 13.07.2014 um 19:34 schrieb José Cornado <[email protected]>: >> >> Hello! >> >> I am running int the following: >> >> After inserting around 30,000 nodes to a graph, I close the operation >> with transaction success. But the neo returns: >> >> Unable to commit transaction. >> >> Is there a hard limit on the size of a transaction? Doing it on a per >> node basis is too slow. >> >> Thanks a lot!!! >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Neo4j" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/neo4j/ABfjS4yZeJM/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > José Cornado > > -- > > home: http://www.efekctive.com > blog: http://blogging.efekctive.com > ---------------------- > > Everything has been said before, but since nobody listens we have to keep > going back and beginning all over again. > > Andre Gide > -- José Cornado -- home: http://www.efekctive.com blog: http://blogging.efekctive.com ---------------------- Everything has been said before, but since nobody listens we have to keep going back and beginning all over again. Andre Gide -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
messages.log
Description: Binary data
