10BC0 docs: fix some typos · rnadupal/prometheus@5fc1bf1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5fc1bf1

Browse files
committed
docs: fix some typos
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
1 parent bbe39af commit 5fc1bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/feature_flags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ When enabled, GOMAXPROCS variable is automatically set to match Linux container
9999

100100
`--enable-feature=auto-gomemlimit`
101101

102-
When enabled, the GOMEMLIMIT variable is automatically set to match the Linux container memory limit. If there is no container limit, or the process is runing outside of containers, the system memory total is used.
102+
When enabled, the GOMEMLIMIT variable is automatically set to match the Linux container memory limit. If there is no container limit, or the process is running outside of containers, the system memory total is used.
103103

104-
There is also an additional tuning flag, `--auto-gomemlimit.ratio`, which allows controling how much of the memory is used for Prometheus. The remainder is reserved for memory outside the process. For example, kernel page cache. Page cache is important for Prometheus TSDB query performance. The default is `0.9`, which means 90% of the memory limit will be used for Prometheus.
104+
There is also an additional tuning flag, `--auto-gomemlimit.ratio`, which allows controlling how much of the memory is used for Prometheus. The remainder is reserved for memory outside the process. For example, kernel page cache. Page cache is important for Prometheus TSDB query performance. The default is `0.9`, which means 90% of the memory limit will be used for Prometheus.
105105

106106
## No default scrape port
107107

0 commit comments

Comments
 (0)
0