Cypher query aborts/stops and the memory consumption is not going down

Viewed 32

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?

1 Answers

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

Related