Changed ProfileAction to use an limit for profiles across rather than a per thread limit. (#12897)
Simplified Profile Action to have a per-process limit rather than a per thread limit which simplifies disk-filling concerns. We want to prevent the profiler from filling the disk, and using a per thread limit creates more complexity and profiles (i.e. for the "global" limit would be #threads * limit per thread vs limit per process. The former is harder to reason about. Signed-off-by: Kevin Baichoo <kbaichoo@google.com> Mirrored from https://github.com/envoyproxy/envoy @ faab20c8477827643ae2e22b25b28fef631f0d89master-ci-test
parent
21ede2cb26
commit
1474050c22
1 changed files with 3 additions and 6 deletions
Loading…
Reference in new issue