oceanbase

Форк
0
27 строк · 1.4 Кб
1
oceanbase-ce:
2
  depends:
3
    - ob-configserver
4
  servers:
5
    # Please don't use hostname, only IP can be supported
6
    - @OB_SERVER_IP@
7
  global:
8
    #  The working directory for OceanBase Database. OceanBase Database is started under this directory. This is a required field.
9
    home_path: @OB_HOME_PATH@
10
    mysql_port: @OB_MYSQL_PORT@
11
    rpc_port: @OB_RPC_PORT@
12
    zone: zone1
13
    cluster_id: 1
14
    # please set memory limit to a suitable value which is matching resource.
15
    memory_limit: @OB_MEMORY_LIMIT@ # The maximum running memory for an observer
16
    system_memory: @OB_SYSTEM_MEMORY@ # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G.
17
    datafile_size: @OB_DATAFILE_SIZE@ # Size of the data file.
18
    log_disk_size: @OB_LOG_DISK_SIZE@ # The size of disk space used by the clog files.
19
    cpu_count: 16
20
    production_mode: false
21
    syslog_level: INFO # System log level. The default value is INFO.
22
    enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true.
23
    enable_syslog_recycle: true # Enable auto system log recycling or not. The default value is false.
24
    max_syslog_file_count: 4 # The maximum number of reserved log files before enabling auto recycling. The default value is 0.
25
    appname: @OB_CLUSTER_NAME@
26
    root_password: @OB_ROOT_PASSWORD@
27
    enable_rich_error_msg: true
28

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.