Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit f9da15c

Browse files
Merge pull request #1612 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents f1cb114 + 96a4f79 commit f9da15c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gdi/opentelemetry/components/memory-limiter-processor.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,10 @@ To activate the resource processor, add ``memory_limiter`` to the ``processors``
3636

3737
Define the ``memory_limiter`` as the first processor in the pipeline, immediately after the receivers, to ensure that backpressure can be sent to applicable receivers, and to minimize the likelihood of dropped data when ``memory_limiter`` gets triggered.
3838

39-
Along with the ``memory_limiter`` processor, it's highly recommended to configure the Ballast extension as well on every Collector. The ballast should be configured to be 1/3 to 1/2 of the memory allocated to the Collector.
40-
4139
See the following example:
4240

4341
.. code-block:: yaml
4442
45-
4643
processors:
4744
memory_limiter:
4845
check_interval: 1s
@@ -53,7 +50,6 @@ To complete the configuration, include the processor in any pipeline of the ``se
5350

5451
.. code-block:: yaml
5552
56-
5753
service:
5854
pipelines:
5955
metrics:

0 commit comments

Comments
 (0)