相关的 meta / storage / graph info 日志信息(尽量使用文本形式方便检索)
-使用nebula-go查询时报错如下
{"errors":[{"message":"Used memory hits the high watermark(0.800000) of total system memory.","code":-1005}],"results":[{"spaceName":"event","errors":{"message":"Used memory hits the high watermark(0.800000) of total system memory.","code":-1005},"latencyInUs":2635}]}
nebula-graphd.conf: |-
--system_memory_high_watermark_ratio = 1.0
--local_conf=false
--daemonize=true
--pid_file=pids/nebula-graphd.pid
--log_dir=logs
--minloglevel=2
--v=0
# Maximum seconds to buffer the log messages
--logbufsecs=0
# Whether to redirect stdout and stderr to separate output files
--redirect_stdout=true
# Destination filename of stdout and stderr, which will also reside in log_dir.
--stdout_log_file=nebula-graphd.log
--stderr_log_file=nebula-graphd.log
# Copy log messages at or above this level to stderr in addition to logfiles. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively.
--stderrthreshold=2
########## networking ##########
# Meta Server Address
--meta_server_addrs=172.16.2.60:9559
# Local ip
--local_ip=172.16.2.62
# Network device to listen on
--listen_netdev=any
# Port to listen on
--port=9669
# To turn on SO_REUSEPORT or not
--reuse_port=false
# Backlog of the listen socket, adjust this together with net.core.somaxconn
--listen_backlog=1024
# Seconds before the idle connections are closed, 0 for never closed
--client_idle_timeout_secs=0
# Seconds before the idle sessions are expired, 0 for no expiration
--session_idle_timeout_secs=60000
# The number of threads to accept incoming connections
--num_accept_threads=1
# The number of networking IO threads, 0 for # of CPU cores
--num_netio_threads=0
# The number of threads to execute user queries, 0 for # of CPU cores
--num_worker_threads=0
# HTTP service ip
--ws_ip=0.0.0.0
# HTTP service port
--ws_http_port=19669
# HTTP2 service port
--ws_h2_port=19670
# The default charset when a space is created
--default_charset=utf8
# The defaule collate when a space is created
--default_collate=utf8_bin
########## authorization ##########
# Enable authorization
--enable_authorize=true
########## Authentication ##########
# User login authentication type, password for nebula authentication, ldap for ldap authentication, cloud for cloud authentication
--auth_type=password