Skip to content

Commit

Permalink
Add "enable_experimental_feature=false" config in graph conf (#3033)
Browse files Browse the repository at this point in the history
* add enable_experimental_feature in graph conf

* add enable_experimental_feature=false in graph conf

Co-authored-by: Yee <[email protected]>
  • Loading branch information
liuyu85cn and yixinglu authored Oct 13, 2021
1 parent 258e589 commit db2e6e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/nebula-graphd.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@
########## memory ##########
# System memory high watermark ratio
--system_memory_high_watermark_ratio=0.8

########## experimental feature ##########
# if use experimental features
--enable_experimental_feature=false
4 changes: 4 additions & 0 deletions conf/nebula-graphd.conf.production
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@
########## memory ##########
# System memory high watermark ratio
--system_memory_high_watermark_ratio=0.8

########## experimental feature ##########
# if use experimental features
--enable_experimental_feature=false

0 comments on commit db2e6e9

Please sign in to comment.