From c9b2f8dc0d6e5657ed582e3b27d5b7e7b480ab49 Mon Sep 17 00:00:00 2001 From: Anna Urbiztondo Date: Fri, 20 Sep 2024 08:48:35 +0200 Subject: [PATCH] Minor correction --- gdi/opentelemetry/collector-linux/install-linux.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdi/opentelemetry/collector-linux/install-linux.rst b/gdi/opentelemetry/collector-linux/install-linux.rst index a8fbd041c..5ae58505e 100644 --- a/gdi/opentelemetry/collector-linux/install-linux.rst +++ b/gdi/opentelemetry/collector-linux/install-linux.rst @@ -185,7 +185,7 @@ Collector - Set the ingest endpoint URL explicitly instead of using the endpoint inferred from the specified realm. - ``https://ingest.REALM.signalfx.com`` * - ``--memory `` - - Total memory in MIB to allocate to the Collector. This option automatically calculates the ballast size. See :ref:`otel-sizing` for more information. + - Total memory in MIB to allocate to the Collector. This option automatically calculates the ballast size. See :ref:`otel-sizing` for more information on how to scale and size the Collector. - ``512`` * - ``--mode `` - Configure the Collector service to run in host monitoring (``agent``) or data forwarding (``gateway``) mode. See :ref:`otel-deployment-mode` for more information.