Skip to content

Commit 0767ac6

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent 223d8b5 commit 0767ac6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

administration/memory-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
You might need to estimate how much memory Fluent Bit could be using in scenarios
66
like containerized environments where memory limits are essential.
77

8-
To make an estimate, input plugins in use must set the `Mem_Buf_Limit`option.
8+
To make an estimate, in-use input plugins must set the `Mem_Buf_Limit`option.
99
Learn more about it in [Backpressure](backpressure.md).
1010

1111
## Estimating
@@ -34,8 +34,8 @@ reporting a high memory usage by the service.
3434

3535
It's strongly suggested that in any production environment, Fluent Bit should be
3636
built with [jemalloc](http://jemalloc.net/) enabled (`-DFLB_JEMALLOC=On`).
37-
jemalloc is an alternative memory allocator that can reduce fragmentation, resulting
38-
in better performance.
37+
The jemalloc implementation of malloc is an alternative memory allocator that can
38+
reduce fragmentation, resulting in better performance.
3939

4040
Use the following command to determine if Fluent Bit has been built with jemalloc:
4141

0 commit comments

Comments
 (0)