imbajin commented on issue #2721:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2721#issuecomment-2594645725

   > > 
你能提供更多关于你的部署和配置的信息吗?例如,数据分片策略、复制因子、以及是否有任何自定义的配置参数。这些信息可能有助于更好地理解为什么两个从服务器的磁盘使用情况不同。
   > > _To continue talking to [Dosu](https://dosu.dev), mention 
[@dosu](https://github.com/dosu)._
   > > Help Dosu learn! Give it feedback: [Great 
Response](https://app.dosu.dev/response-feedback/f1b14b2d-15bb-4db8-bf5b-33d5e9b482a8?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/f1b14b2d-15bb-4db8-bf5b-33d5e9b482a8?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/f1b14b2d-15bb-4db8-bf5b-33d5e9b482a8?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/f1b14b2d-15bb-4db8-bf5b-33d5e9b482a8?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/f1b14b2d-15bb-4db8-bf5b-33d5e9b482a8?feedback_type=hallucination)
 | 
[Other](https://app.dosu.dev/response-feedback/f1b14b2d-15bb-4db8-bf5b-33d5e9b482a8?feedback_type=other)
   > 
   > 2台机器都是这个配置,大部分都是1.0.0项目rocskdb默认配置
   > 
   > # gremlin entrance to create graph
   > # auth config: org.apache.hugegraph.auth.HugeFactoryAuthProxy
   > gremlin.graph=org.apache.hugegraph.HugeFactory
   > 
   > # cache config
   > #schema.cache_capacity=100000
   > # vertex-cache default is 1000w, 10min expired
   > vertex.cache_type=l2
   > vertex.cache_capacity=0
   > #vertex.cache_expire=600
   > # edge-cache default is 100w, 10min expired
   > edge.cache_type=l2
   > edge.cache_capacity=0
   > #edge.cache_expire=600
   > 
   > 
   > # schema illegal name template
   > #schema.illegal_name_regex=\s+|~.*
   > 
   > #vertex.default_label=vertex
   > 
   > backend=rocksdb
   > serializer=binary
   > 
   > store=octo_rocksdb
   > 
   > raft.mode=true
   > raft.path=/home/*/data1/octo-graph/raft-log
   > raft.safe_read=false
   > raft.use_replicator_pipeline=true
   > raft.election_timeout=10000
   > raft.snapshot_interval=21600
   > raft.backend_threads=48
   > raft.read_index_threads=8
   > raft.snapshot_threads=4
   > raft.snapshot_parallel_compress=true
   > raft.snapshot_compress_threads=16
   > raft.snapshot_decompress_threads=16
   > raft.read_strategy=ReadOnlyLeaseBased
   > raft.queue_size=16384
   > raft.queue_publish_timeout=60
   > raft.apply_batch=1
   > raft.rpc_threads=80
   > raft.rpc_connect_timeout=5000
   > raft.rpc_timeout=60
   > raft.install_snapshot_rpc_timeout=36000
   > 
   > search.text_analyzer=jieba
   > search.text_analyzer_mode=INDEX
   > 
   > # rocksdb backend config
   > rocksdb.data_path=/home/*/data1/octo-graph/rocksdb_data
   > rocksdb.wal_path=/home/*/data1/octo-graph/rocksdb_log
   > [<img alt="" width="16" height="16" 
src="https://avatars.githubusercontent.com/dosu?size=32";>@dosu](https://github.com/dosu)
   
   @dosu based on the context that user provided, give suggestion as much as 
possible


-- 
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: issues-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@hugegraph.apache.org
For additional commands, e-mail: issues-h...@hugegraph.apache.org

Reply via email to