2

I am using py2neo to import a large graph.

This consists of over 10M records and relationships.

As these are being imported via:

tx = graph.begin()
...
tx.commit()

it seems like the memory used by the transaction is not being released. This brings about to the max memory cap of my machine being reached and making the whole creation process very slow from then onwards.

Alex M
  • 2,756
  • 7
  • 29
  • 35
nickygs
  • 47
  • 8

0 Answers0