Skip to content
Snippets Groups Projects
Commit 1cbec2d3 authored by Shane Hutchins's avatar Shane Hutchins
Browse files

doc update

parent edcf0d57
No related branches found
No related tags found
2 merge requests!518Merge 'master' into 'release/0.27',!508Updating default policies and documentation for caching
Pipeline #281999 failed
Pipeline: Policy

#282000

    ......@@ -65,4 +65,4 @@ If you use `force_cache`, please note this overrides cache directives defined by
    !!! warning
    If a cache entry exists with a subset/superset of headers that are considered in this request, it will lead to a cache miss. Please consider using `cache_ignored_headers` when using caching. Please note, `cache_ignored_headers` was added in v0.66 release of OPA.
    You'll also want to consider using `caching.inter_query_builtin_cache.max_size_bytes` to set a Inter-query cache size limit in bytes. OPA will drop old items from the cache if this limit is exceeded. By default, no limit is set. This is an OPA config setting (not in Rego).
    \ No newline at end of file
    You'll also want to consider using `caching.inter_query_builtin_cache.max_size_bytes` to set a Inter-query cache size limit in bytes. OPA will drop old items from the cache if this limit is exceeded. By default, no limit is set (i.e. unlimited) and this could cause Out of Memory `OOMKilled` and `MemoryPressure` issues. This is an OPA config setting (not in Rego).
    \ No newline at end of file
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment