Skip to content

Commit f0c33bd

Browse files
committed
Admin: memory:final style
Signed-off-by: Lynette Miles <[email protected]>
1 parent 2ef800d commit f0c33bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/memory-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When imposing a limit of `10MB` for the input plugins, and a worst case scenario
1616

1717
In intensive environments where memory allocations happen in the orders of magnitude, the default memory allocator provided by Glibc could lead to high fragmentation, reporting a high memory usage by the service.
1818

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

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

@@ -33,4 +33,4 @@ FLB_HAVE_PROXY_GO FLB_HAVE_JEMALLOC JEMALLOC_MANGLE FLB_HAVE_REGEX
3333
FLB_HAVE_C_TLS FLB_HAVE_SETJMP FLB_HAVE_ACCEPT4 FLB_HAVE_INOTIFY
3434
```
3535

36-
If the `FLB_HAVE_JEMALLOC` option is listed in `Build Flags`, jemalloc is enabled.
36+
If the `FLB_HAVE_JEMALLOC` option is listed in `Build Flags`, jemalloc is enabled.

0 commit comments

Comments
 (0)