memgraph
memgraph copied to clipboard
Memory is steadily rising over time
@gitbuda this issue was opened because of memory rise which was present due to the fact that we don't clean the query cache. Can we close now this one?
@DavIvek solved that one with query cache.
@antoniofilipovic I believe that we need to merge #1471 to completely solve the problem with memory because when we clean the plan cache entirely, for example when we create a new index, memory will be completely freed after calling PurgeUnusedMemory().
@gitbuda can this issue be closed?