local-example.yaml 827 字节
Newer Older
O
oceanbase-admin 已提交
1 2 3 4 5 6 7 8 9 10
oceanbase-ce:
  servers:
    # Please don't use hostname, only IP can be supported
    - 127.0.0.1
  global:
    home_path: /root/observer
    # Please set devname as the network adaptor's name whose ip is  in the setting of severs.
    # if set severs as "127.0.0.1", please set devname as "lo"
    # if current ip is 192.168.1.10, and the ip's network adaptor's name is "eth0", please use "eth0"
    devname: lo
11
    mysql_port: 2881
O
oceanbase-admin 已提交
12 13 14 15 16
    rpc_port: 2882
    zone: zone1
    # if current hardware's memory capacity is smaller than 50G, please use the setting of "mini-single-example.yaml" and do a small adjustment.
    memory_limit: 64G
    datafile_disk_percentage: 20
17 18 19
    syslog_level: INFO
    enable_syslog_recycle: true
    max_syslog_file_count: 4
R
Rongfeng Fu 已提交
20
    cluster_id: 1
R
Rongfeng Fu 已提交
21
    # root_password: # root user password, can be empty