diff --git a/docs/runtime_options.md b/docs/runtime_options.md index ea6abf68b9..419a3d57fd 100644 --- a/docs/runtime_options.md +++ b/docs/runtime_options.md @@ -152,6 +152,9 @@ Core perf events can be exposed on Prometheus endpoint per CPU or aggregated by - `--disable_metrics="percpu"` - core perf events are aggregated - `--disable_metrics=""` - core perf events are exposed per CPU. +It's possible to get "too many opened files" error when a lot of perf events are exposed per CPU. This happens because of passing system limits. +Try to increase max number of file desctriptors with `ulimit -n `. + Aggregated form of core perf events significantly decrease volume of data. For aggregated form of core perf events scaling ratio (`container_perf_metric_scaling ratio`) indicates the lowest value of scaling ratio for specific event to show the worst precision. ### Perf subsystem introduction