microsoft / FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.
https://aka.ms/FASTER
MIT License
6.29k stars 563 forks source link

Reduce memory usage for FasterKV #880

Closed AqlaSolutions closed 11 months ago

AqlaSolutions commented 11 months ago

What's causing this 5GB amount of memory usage and what can we do to reduce it and use disk instead?

image

dominicpalmer commented 11 months ago

Are you using references for keys/values? What's your MemorySizeBits? I can recommend this section of the docs.

AqlaSolutions commented 11 months ago

Solved by reducing FasterKVSettings.MemorySize