0

I’m trying to generate graph schema in Memgraph Lab. Dataset is big (868k nodes and 1.6m edges) but 16GB of RAM should be more than enough to handle it. How cam I calculate the approx. RAM usage?

MPesi
  • 212
  • 8

1 Answers1

0

Here I found out you can calculate the approx. RAM usage with the following formula: StorageRAMUsage = NumberOfNodes * 260B + NumberOfEdges * 180B

MPesi
  • 212
  • 8