From c2be08682b51d4dc9dc2d059fd1bd2636648e217 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Fri, 6 Jan 2017 11:12:21 +0100 Subject: [PATCH] Add JEMALLOC_HOME to the Readme --- cpp/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/README.md b/cpp/README.md index 190e6f85b429d..b77ea990d0659 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -60,6 +60,7 @@ variables * Google Benchmark: `GBENCHMARK_HOME` (only required if building benchmarks) * Flatbuffers: `FLATBUFFERS_HOME` (only required for the IPC extensions) * Hadoop: `HADOOP_HOME` (only required for the HDFS I/O extensions) +* jemalloc: `JEMALLOC_HOME` (only required for the jemalloc-based memory pool) ## Continuous Integration