blob: 5acb99393476a47ea792eb30e89bba7fd02feb99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
cat <<-EOF
If a more efficient malloc implementation is desired, jemalloc can
be optionally installed. In order for fluentd to use this, a reference
to jemalloc is required in LD_PRELOAD environment variable.
This can be done via 'systemctl edit fluentd.service', and should
look like 'Environment=LD_PRELOAD=/usr/lib/libjemalloc.so'.
EOF
}
|