Revision 70f6608b646002576e0386ca291fc3fb487852c0 authored by Lorenz Bauer on 07 June 2024, 14:05:57 UTC, committed by Lorenz Bauer on 13 June 2024, 11:55:56 UTC
The object cache currently does no invalidation, which means that
we accumulate cachedObject in memory and template ELF on disk.
Use update of the base datapath hash as an opportunity to evict
some of that cache.

In practice this is probably not a big issue: datapath config changes
rarely if every, and we only have templates for endpoints and host endpoint.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
1 parent ec651ea
History
File Mode Size
ISSUE_TEMPLATE
actions
workflows
ariane-config.yaml -rw-r--r-- 3.2 KB
gcp-vm-startup.sh -rw-r--r-- 892 bytes
kind-config-ipv6.yaml -rw-r--r-- 523 bytes
kind-config.yaml -rw-r--r-- 500 bytes
kind-config.yaml.tmpl -rw-r--r-- 565 bytes
labeler.yml -rw-r--r-- 345 bytes
maintainers-little-helper.yaml -rw-r--r-- 2.1 KB
pull_request_template.md -rw-r--r-- 1.2 KB
renovate.json5 -rw-r--r-- 16.1 KB

back to top