Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] [processor/memory_limiter] docs: fix default value of `spike_…
…limit_percentage` (#12065) Verified with this config: ```yaml processors: memory_limiter: check_interval: 1s limit_percentage: 50 ``` Output: ```console 2025-01-10T10:55:58.072+0100 info [email protected]/memorylimiter.go:151 Using percentage memory limiter {"kind": "processor", "name": "memory_limiter", "pipeline": "logs", "total_memory_mib": 31755, "limit_percentage": 50, "spike_limit_percentage": 0} 2025-01-10T10:55:58.072+0100 info [email protected]/memorylimiter.go:75 Memory limiter configured {"kind": "processor", "name": "memory_limiter", "pipeline": "logs", "limit_mib": 15877, "spike_limit_mib": 3175, "check_interval": 1} ```
- Loading branch information