Arroyo with jemalloc is about 5% faster in our benchmarks, and shows reduced memory usage.
This PR also adds optional support for memory profiling using jemalloc_pprof. If enabled via --features profiling, a memory profile can be obtained at localhost:5114/debug/pprof/heap.
Arroyo with jemalloc is about 5% faster in our benchmarks, and shows reduced memory usage.
This PR also adds optional support for memory profiling using jemalloc_pprof. If enabled via
--features profiling
, a memory profile can be obtained at localhost:5114/debug/pprof/heap.