Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db2e6e9

Browse files
liuyu85cnyixinglu
andauthored
Add "enable_experimental_feature=false" config in graph conf (vesoft-inc#3033)
* add enable_experimental_feature in graph conf * add enable_experimental_feature=false in graph conf Co-authored-by: Yee <[email protected]>
1 parent 258e589 commit db2e6e9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

conf/nebula-graphd.conf.default

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@
8181
########## memory ##########
8282
# System memory high watermark ratio
8383
--system_memory_high_watermark_ratio=0.8
84+
85+
########## experimental feature ##########
86+
# if use experimental features
87+
--enable_experimental_feature=false

conf/nebula-graphd.conf.production

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,7 @@
7979
########## memory ##########
8080
# System memory high watermark ratio
8181
--system_memory_high_watermark_ratio=0.8
82+
83+
########## experimental feature ##########
84+
# if use experimental features
85+
--enable_experimental_feature=false

0 commit comments

Comments
 (0)