1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00
dragonflydb-dragonfly/contrib/charts/dragonfly/ci
Roman Gershman f7292de4e7
chore: Introduce fiber stack allocator (#2730)
1. Use clib malloc for allocating fiber stacks but reduce the fiber stack size.
   clib malloc uses default 4K OS pages when reserving memory from the OS.
   The reason for not using mi_malloc, because we use 2MB large OS pages with mimalloc.
   However, allocating stacks is one of the cases, when using smaller 4KB memory pages is actually more
   RSS efficient because memory pages become hot at better granularity.

2. Add "memory_fiberstack_vms_bytes" metric exposing fiber stack vm usage.
3. Fix macos dependencies & update ci versions.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2024-03-18 13:51:33 +02:00
..
affinity-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
affinity-values.yaml chore: overhaul chart (#620) 2022-12-30 08:30:11 +02:00
command_extraargs-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
command_extraargs-values.yaml chore: overhaul chart (#620) 2022-12-30 08:30:11 +02:00
extracontainer-string-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
extracontainer-string-values.yaml chore: overhaul chart (#620) 2022-12-30 08:30:11 +02:00
extracontainer-tpl-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
extracontainer-tpl-values.yaml chore: overhaul chart (#620) 2022-12-30 08:30:11 +02:00
extravolumes-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
extravolumes-values.yaml chore: overhaul chart (#620) 2022-12-30 08:30:11 +02:00
initcontainer-string-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
initcontainer-string-values.yaml chore: overhaul chart (#620) 2022-12-30 08:30:11 +02:00
initcontainer-tpl-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
initcontainer-tpl-values.yaml chore: overhaul chart (#620) 2022-12-30 08:30:11 +02:00
password-old-env-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
password-old-env-values.yaml bug: DFLY_PASSWORD environment variable deprecation (#2539) 2024-02-06 13:42:05 +05:30
passwordsecret-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
passwordsecret-values.yaml feat(charts): Update helm chart to support password from secret (#799) 2023-02-17 16:19:02 +02:00
persistence-and-existing-secret.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
persistence-and-existing-secret.yaml bug(helm): Fix parsing error with statefulset (#985) 2023-03-30 19:07:08 +05:30
persistent-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
persistent-values.yaml test(chart): add golden file output rendering tests (#882) 2023-02-28 18:02:15 +05:30
priorityclassname-values.golden.yaml chore: Introduce fiber stack allocator (#2730) 2024-03-18 13:51:33 +02:00
priorityclassname-values.yaml feat(helm): add priority class name for pod (#2183) 2023-11-22 13:57:21 +02:00
resources-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
resources-values.yaml bug(helm) Fix tolerations and affinity mishandling in Helm template (#1373) 2023-06-15 20:34:45 +05:30
securitycontext-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
securitycontext-values.yaml chore: overhaul chart (#620) 2022-12-30 08:30:11 +02:00
service-loadbalancer-ip.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
service-loadbalancer-ip.yaml feat(helm) - Enable configuring service type LoadBalancer with a Static IP (#1689) 2023-08-14 14:04:35 +05:30
taints-tolerations-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
taints-tolerations-values.yaml bug(helm) Fix tolerations and affinity mishandling in Helm template (#1373) 2023-06-15 20:34:45 +05:30
tls-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
tls-values.yaml fix(ci): use auth mechanism with tls helm values (#1696) 2023-08-14 11:24:12 +05:30
tolerations-values.golden.yaml chore(helm-chart): update to v1.15.1 2024-03-12 15:49:57 +00:00
tolerations-values.yaml chore: overhaul chart (#620) 2022-12-30 08:30:11 +02:00