0

My query aborts with the memory limit exceeded. Memgraph keeps running, but even though the query was aborted, the memory isn't getting freed. How do I reset this behavior?

Ivan Despot
  • 291
  • 3
  • 7

1 Answers1

0

You can try running the FREE MEMORY query which tries to free unused memory chunks in different parts of the storage.

KateLatte
  • 611
  • 1
  • 12