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 55You might need to estimate how much memory Fluent Bit could be using in scenarios
66like 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.
99Learn more about it in [ Backpressure] ( backpressure.md ) .
1010
1111## Estimating
@@ -34,8 +34,8 @@ reporting a high memory usage by the service.
3434
3535It's strongly suggested that in any production environment, Fluent Bit should be
3636built 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
4040Use the following command to determine if Fluent Bit has been built with jemalloc:
4141
You can’t perform that action at this time.
0 commit comments