Hi, all.

 

When trying to load a few hundred thousand nodes & relationships (chunking
it in groups of 1000 nodes or so), we are getting an out of memory heap
error after 15-20 minutes or so.  No big deal, we expanded the heap settings
for the JVM.  But then we also noticed that the nioneo_logical_log.xxx file
was continuing to grow, even though we were wrapping each 1000 node inserts
in their own transaction (there is no other transaction active) and
committing w/success and finishing each group of 1000.    Periodically
(seemingly unrelated to our transaction finishing), that file shrinks again
and the data is flushed to the other neo propertystore and relationshipstore
files.  I just wanted to check if that was normal behavior, or if there is
something wrong with way we (or Neo) is handling the transactions, and thus
the reason we hit an out-of-memory error.

 

Thanks,

 

Rick

 

_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to