vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.86k stars 1.21k forks source link

Why is the memory usage of nebula-storage so high? #5972

Open jzx1000 opened 1 week ago

jzx1000 commented 1 week ago

My Nebula configuration includes 100 graph spaces, each with very few vertices and edges. Each graph space has a replica count of 1 and a partition count of 60. I haven't done anything else, but the memory usage of nebula-storage has been steadily increasing, reaching over 25 GB.

What could be the reason for this? Is it a memory leak? Do I need to adjust some configurations? Or how can I configure it to keep memory usage stable within a certain range?