File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
You might need to estimate how much memory Fluent Bit could be using in scenarios
6
6
like containerized environments where memory limits are essential.
7
7
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.
9
9
Learn more about it in [ Backpressure] ( backpressure.md ) .
10
10
11
11
## Estimating
@@ -34,8 +34,8 @@ reporting a high memory usage by the service.
34
34
35
35
It's strongly suggested that in any production environment, Fluent Bit should be
36
36
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.
39
39
40
40
Use the following command to determine if Fluent Bit has been built with jemalloc:
41
41
You can’t perform that action at this time.
0 commit comments