Pengzna commented on code in PR #2624:
URL:
https://github.com/apache/incubator-hugegraph/pull/2624#discussion_r1705624048
##########
hugegraph-store/hg-store-dist/src/assembly/static/conf/application-pd.yml:
##########
@@ -26,9 +26,9 @@ management:
include: "*"
rocksdb:
- # rocksdb 使用的总内存大小,达到该值强制写盘
+ # rocksdb total memory usage, force write to disk when reaching this value
Review Comment:
```suggestion
# rocksdb total memory usage, force flush to disk when reaching this value
```
##########
hugegraph-store/hg-store-dist/src/assembly/static/conf/application-pd.yml:
##########
@@ -26,9 +26,9 @@ management:
include: "*"
rocksdb:
- # rocksdb 使用的总内存大小,达到该值强制写盘
+ # rocksdb total memory usage, force write to disk when reaching this value
total_memory_size: 32000000000
- # rocksdb 使用的 memtable 大小
+ # rocksdb used memtable size
Review Comment:
```suggestion
# memtable size used by rocksdb
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]