1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 01:05:15 +03:00
aports/testing/td-agent-bit/disable-jemalloc.patch
Stuart Cardall 1d0358126a testing/td-agent-bit: new aport
Fluent Bit is an open source and multi-platform Log Forwarder which allows
you to collect data/logs from different sources, unify and send them to
multiple destinations.

Fluent Bit is written in C, has a pluggable architecture supporting around
20 extensions. It's fast and lightweight and provides the required security
for network operations through TLS.

http://fluentbit.io/
2017-02-26 20:03:56 +00:00

11 lines
310 B
Diff

--- fluent-bit-0.10.1/CMakeLists.txt
+++ fluent-bit-0.10.1/CMakeLists.txt.new
@@ -306,7 +306,7 @@
if(FLB_TD)
FLB_DEFINITION(FLB_IS_TD_AGENT)
- FLB_OPTION(FLB_JEMALLOC ON)
+ FLB_OPTION(FLB_JEMALLOC OFF)
set(FLB_PROG_NAME "TD Agent Bit")
set(FLB_OUT_NAME "td-agent-bit")
set(WITHOUT_HEADERS On)