File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
internal/buildscripts/packaging/fpm/etc/otel/collector Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,24 @@ SPLUNK_INGEST_URL=https://ingest.us0.signalfx.com
26
26
# Splunk trace endpoint URL.
27
27
SPLUNK_TRACE_URL=https://ingest.us0.signalfx.com/v2/trace
28
28
29
- # How much memory to allocate to the ballast. This should be set to 1/3 to 1/2 of configured memory.
30
- SPLUNK_BALLAST_SIZE_MIB=683
31
-
32
29
# Splunk HEC endpoint URL.
33
30
SPLUNK_HEC_URL=https://ingest.us0.signalfx.com/v1/log
34
31
35
32
# Splunk HEC token.
36
33
SPLUNK_HEC_TOKEN=12345
34
+
35
+ # Total memory in MIB to allocate to the collector.
36
+ # Automatically configures the ballast, memory limit, and memory spike.
37
+ # To explicitly set these values, uncomment and set the
38
+ # SPLUNK_BALLAST_SIZE_MIB, SPLUNK_MEMORY_LIMIT_PERCENTAGE, and
39
+ # SPLUNK_MEMORY_SPIKE_PERCENTAGE variables below.
40
+ SPLUNK_MEMORY_TOTAL_MIB=1024
41
+
42
+ # How much memory to allocate to the ballast. This should be set to 1/3 to 1/2 of configured memory.
43
+ # SPLUNK_BALLAST_SIZE_MIB=683
44
+
45
+ # Maximum total memory to be allocated by the process heap.
46
+ # SPLUNK_MEMORY_LIMIT_PERCENTAGE=90
47
+
48
+ # Maximum spike between the measurements of memory usage.
49
+ # SPLUNK_MEMORY_SPIKE_PERCENTAGE=20
You can’t perform that action at this time.
0 commit comments