Skip to content

Commit

Permalink
bug position test
Browse files Browse the repository at this point in the history
  • Loading branch information
MingzhenHan authored Oct 14, 2024
1 parent 2fee36f commit 8b969fd
Showing 1 changed file with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,29 @@ restserver.url=http://127.0.0.1:8080

graphs=./conf/graphs

# The maximum thread ratio for batch writing, only take effect if the batch.max_write_threads is 0
batch.max_write_ratio=80
batch.max_write_threads=0

# configuration of arthas
arthas.telnet_port=8562
arthas.http_port=8561
arthas.ip=127.0.0.1
arthas.disabled_commands=jad

# authentication configs (set org.apache.hugegraph.auth.StandardAuthenticator to enable)
# authentication configs
# choose 'org.apache.hugegraph.auth.StandardAuthenticator' or
# 'org.apache.hugegraph.auth.ConfigAuthenticator'
#auth.authenticator=

# for StandardAuthenticator mode
#auth.graph_store=hugegraph
# auth client config
#auth.remote_url=127.0.0.1:8899,127.0.0.1:8898,127.0.0.1:8897

# The maximum thread ratio for batch writing, only take effect if the batch.max_write_threads is 0
batch.max_write_ratio=80
batch.max_write_threads=0
# for ConfigAuthenticator mode
#auth.admin_token=
#auth.user_tokens=[]

# rpc server configs for multi graph-servers or raft-servers
rpc.server_host=127.0.0.1
Expand All @@ -46,6 +54,6 @@ server.role=master
# slow query log
log.slow_query_threshold=1000

# jvm(in-heap) memory usage monitor, set 1 to disable it
# jvm memory usage monitor
memory_monitor.threshold=0.85
memory_monitor.period=2000

0 comments on commit 8b969fd

Please sign in to comment.