From e948ea28b9c85f70971b5416a3c4252982685602 Mon Sep 17 00:00:00 2001 From: dandelion <kainanyaoo@gmail.com> Date: Wed, 23 Aug 2023 16:18:35 +0800 Subject: [PATCH] feat: pre-load some data in container(#840) --- hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh b/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh index 5a251ea8c2..c53df91b9b 100644 --- a/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh +++ b/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh @@ -18,6 +18,7 @@ OPEN_MONITOR="false" OPEN_SECURITY_CHECK="true" DAEMON="true" +PRELOAD="false" #VERBOSE="" GC_OPTION="" USER_OPTION=""