Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Norris <[email protected]>
Signed-off-by: esmerel <[email protected]>
  • Loading branch information
esmerel and cnorris-cs authored Nov 7, 2024
1 parent 223d8b5 commit 0767ac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions administration/memory-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
You might need to estimate how much memory Fluent Bit could be using in scenarios
like containerized environments where memory limits are essential.

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

## Estimating
Expand Down Expand Up @@ -34,8 +34,8 @@ reporting a high memory usage by the service.

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

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

Expand Down

0 comments on commit 0767ac6

Please sign in to comment.