Is there a workaround you could use in Kubernetes so that it doesn't take into account the quantity reported as "used by Garage", but instead reserves a fixed quantity of memory and makes all…
RssAnon: 10156 kB
RssFile: 429032 kB
These line indicate that most of the resident set size, I.e. of the memory currently mapped in garages virtual address space,…
Hello again,
There is nothing I can do because this is normal and expected behavior of the LMDB storage engine. I can assure you that this is not an issue, because even if the memory is not…
That is not memory used by the garage process itself, it is memory used by the kernel to cache pages of the LMDB data file. It's normal and expected behavior, and the reason why LMDB is so fast.…
Why can't you use the admin API to retrieve the keys when they are generated, and then inject that in your kubernetes configuration database?
Otherwise, there is the garage key import
/…
Do you think you could launch Garage with gdb to obtain a stack trace at the time of the segfault ?