Open kostasrim opened 1 week ago
it looks like after running memory decommit after the debug populate command the memory drops to 1G, so it looks like it is a temporary allocation for generating the strings to insert
@adiholden shall we run it unconditionally after debug populate similarly to what we did with rdb?
the problem relies in the fact that the batch in debug populate is on number of keys and not number of elements, we can fix this
Spoted here https://github.com/dragonflydb/dragonfly/pull/4117
Run:
Creates a hash table with 1GB total size. Now do INFO MEMORY. RSS is: 2062901248 (2GB ~ doubled).