Alex lx
lx pushed to prez-seed-webinar-202401 at Deuxfleurs/garage 2024-01-11 10:41:09 +00:00
60f0bd03b6 doc: add talk for SEED webinar
lx created branch prez-seed-webinar-202401 in Deuxfleurs/garage 2024-01-11 10:41:08 +00:00
lx pushed to master at Deuxfleurs/garagehq.deuxfleurs.fr 2024-01-10 20:54:33 +00:00
df1a2b651a update blog post for phd
lx pushed to master at Deuxfleurs/garagehq.deuxfleurs.fr 2024-01-10 16:11:00 +00:00
0fc349dd35 add blog post about phd offering
lx commented on issue Deuxfleurs/garage#681 2024-01-04 13:48:03 +00:00
High memory usage

@maximilien is our local Kubernetes expert, maybe he has an idea?

lx commented on issue Deuxfleurs/garage#681 2024-01-03 09:25:49 +00:00
High memory usage

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…

lx commented on issue Deuxfleurs/garage#681 2023-12-30 08:06:39 +00:00
High memory usage
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,…

lx commented on issue Deuxfleurs/garage#681 2023-12-30 08:02:35 +00:00
High memory usage

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…

lx closed issue Deuxfleurs/garage#681 2023-12-30 08:02:35 +00:00
High memory usage
lx commented on issue Deuxfleurs/garage#681 2023-12-29 08:25:13 +00:00
High memory usage

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.…

lx closed issue Deuxfleurs/garage#681 2023-12-29 08:25:13 +00:00
High memory usage
lx commented on issue Deuxfleurs/garage#678 2023-12-26 18:56:39 +00:00
Kubernetes helm chart: trying to automate 100%

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 /…

lx commented on issue Deuxfleurs/garage#680 2023-12-26 18:51:35 +00:00
segfault after unexpected server reboot

Do you think you could launch Garage with gdb to obtain a stack trace at the time of the segfault ?

lx pushed to jepsen at Deuxfleurs/garage 2023-12-14 15:24:07 +00:00
fa9247f11b jepsen: updated results, confirming that task3 works
lx pushed to main at Deuxfleurs/nixcfg 2023-12-13 16:34:07 +00:00
47e982b29d garage prod: use dynamically determined ipv6 addresses
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-11 15:09:47 +00:00
0041b013a4 layout: refactoring and fix in layout helper
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-11 14:46:50 +00:00
adccce1145 layout: refactor/fix bad while loop
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-11 14:32:02 +00:00
85b5a6bcd1 fix some clippy lints
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-11 13:58:07 +00:00
e4f493b481 table: remove redundant tracing in insert_many
lx pushed to nlnet-task3 at Deuxfleurs/garage 2023-12-08 13:54:31 +00:00
f8df90b79b table: fix insert_many to not send duplicates