hexuxu110 commented on issue #2839:
URL:
https://github.com/apache/incubator-hugegraph/issues/2839#issuecomment-3117122323
Hstore相关:
pdserver:
# PD service address, multiple PD addresses separated by commas
address: 机器IPA:8686 机器IPB:8686, 机器IPC:8686
management:
metrics:
export:
prometheus:
enabled: true
endpoints:
web:
exposure:
include: "*"
grpc:
# grpc service address
host: 127.0.0.1
port: 8500
netty-server:
max-inbound-message-size: 1000MB
raft:
# raft cache queue size
disruptorBufferSize: 1024
address: 127.0.0.1:8510
max-log-file-size: 600000000000
# Snapshot generation interval, in seconds
snapshotInterval: 1800
server:
# rest service address
port: 8520
app:
# Storage path, support multiple paths, separated by commas
data-path: ./storage
#raft-path: ./storage
spring:
application:
name: store-node-grpc-server
profiles:
active: default
include: pd
logging:
config: 'file:./conf/log4j2.xml'
level:
root: info
--
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]