hexuxu110 commented on issue #2839: URL: https://github.com/apache/incubator-hugegraph/issues/2839#issuecomment-3117113464
Server: hugegraph.properties # 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=10000000 #vertex.cache_expire=600 # edge-cache default is 100w, 10min expired edge.cache_type=l2 #edge.cache_capacity=1000000 #edge.cache_expire=600 # schema illegal name template #schema.illegal_name_regex=\s+|~.* #vertex.default_label=vertex backend=hstore serializer=binary store=hugegraph task.scheduler_type=distributed # pd config #pd.peers=127.0.0.1:8686 pd.peers=机器IPA:8686,机器IPB:8687,机器IPC:8688 # search config search.text_analyzer=jieba search.text_analyzer_mode=INDEX # rocksdb backend config rocksdb.data_path=/path/to/disk rocksdb.wal_path=/path/to/disk rest-server.properties restserver.url=http://0.0.0.0:8081 gremlinserver.url=http://127.0.0.1:8181 graphs=./conf/graphs rpc.server_host=127.0.0.1 rpc.server_port=8091 rpc.remote_url=127.0.0.1:8091 rpc.client_connect_timeout=60 rpc.client_reconnect_period=15 rpc.client_read_timeout=60 rpc.client_retries=5 rpc.client_load_balancer=consistentHash -- 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]
