Open vbickov opened 1 week ago
Hi @vbickov
You can find most of the flags here https://www.dragonflydb.io/docs/managing-dragonfly/flags
In most cases only 4 parameters are important: --maxmemory, --proactor_threads, --oom_deny_ratio and --rss_oom_deny_ratio. The last is a new flag (we haven't updated the page yet) but do absolutely the same as oom_deny_ratio but for RSS memory.
A valid feedback. @vbickov we are aware of these issues. Where you have you searched for this information - at dragonflydb.io or here in the repo?
I think there is a problem with documentation and usability:
I remember configuring Redis for the first time and finding all the necessary information was a crucial part of the process. I need a product with high performance for my project, but the lack of documentation is really concerning.