This is an automated email from the ASF dual-hosted git repository.
zyxxoo pushed a commit to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git
The following commit(s) were added to refs/heads/refactor/rust-rewrite-design
by this push:
new a29b817a8 test(cluster): expose offline jemalloc switch
a29b817a8 is described below
commit a29b817a8dc2027df991e7920cdb6951550fa330
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 17:25:47 2026 +0800
test(cluster): expose offline jemalloc switch
---
docker/docker-compose-3pd-3store-3server.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docker/docker-compose-3pd-3store-3server.yml
b/docker/docker-compose-3pd-3store-3server.yml
index 9c066242e..422b1926b 100644
--- a/docker/docker-compose-3pd-3store-3server.yml
+++ b/docker/docker-compose-3pd-3store-3server.yml
@@ -156,6 +156,7 @@ services:
container_name: hg-store0
hostname: store0
environment:
+ HUGEGRAPH_SKIP_JEMALLOC: "${HUGEGRAPH_SKIP_JEMALLOC:-false}"
HG_STORE_PD_ADDRESS: pd0:8686,pd1:8686,pd2:8686
HG_STORE_GRPC_HOST: store0
HG_STORE_GRPC_PORT: "8500"
@@ -171,6 +172,7 @@ services:
container_name: hg-store1
hostname: store1
environment:
+ HUGEGRAPH_SKIP_JEMALLOC: "${HUGEGRAPH_SKIP_JEMALLOC:-false}"
HG_STORE_PD_ADDRESS: pd0:8686,pd1:8686,pd2:8686
HG_STORE_GRPC_HOST: store1
HG_STORE_GRPC_PORT: "8500"
@@ -186,6 +188,7 @@ services:
container_name: hg-store2
hostname: store2
environment:
+ HUGEGRAPH_SKIP_JEMALLOC: "${HUGEGRAPH_SKIP_JEMALLOC:-false}"
HG_STORE_PD_ADDRESS: pd0:8686,pd1:8686,pd2:8686
HG_STORE_GRPC_HOST: store2
HG_STORE_GRPC_PORT: "8500"