Hello Guys,

i have a question. I wrote i query for a bulk import into neo4j and it 
doesnt work.

MERGE (own_tx:typea {hash:"a"})
MERGE (prev_tx:typeb {hash:"b") - [c:ced] -> (o:typec{index:0})
CREATE (o) - [:test] -> (own_tx)  

My Database crashes with this Java error: "gc overhead limit exceeded". 
Any Idea's?

Best regards
Frank

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to