From f7f734e0fe706e3e387d1074720e3b1e28615865 Mon Sep 17 00:00:00 2001 From: Rongfeng Fu Date: Fri, 29 Oct 2021 18:00:07 +0800 Subject: [PATCH] update example (#54) --- example/distributed-example.yaml | 2 +- example/distributed-with-obproxy-example.yaml | 2 +- example/local-example.yaml | 2 +- .../obagent/distributed-with-obproxy-and-obagent-example.yaml | 2 +- example/obproxy/distributed-with-obproxy-example.yaml | 2 +- example/single-example.yaml | 2 +- example/single-with-obproxy-example.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/distributed-example.yaml b/example/distributed-example.yaml index 1affe85..fd886cc 100644 --- a/example/distributed-example.yaml +++ b/example/distributed-example.yaml @@ -22,7 +22,7 @@ oceanbase-ce: # 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 # The maximum running memory for an observer # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. - # system_memory: 30G + system_memory: 30G datafile_disk_percentage: 20 # The percentage of the data_dir space to the total disk space. This value takes effect only when datafile_size is 0. The default value is 90. syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. diff --git a/example/distributed-with-obproxy-example.yaml b/example/distributed-with-obproxy-example.yaml index c72eed2..dfca58b 100644 --- a/example/distributed-with-obproxy-example.yaml +++ b/example/distributed-with-obproxy-example.yaml @@ -22,7 +22,7 @@ oceanbase-ce: # 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 # The maximum running memory for an observer # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. - # system_memory: 30G + system_memory: 30G datafile_disk_percentage: 20 # The percentage of the data_dir space to the total disk space. This value takes effect only when datafile_size is 0. The default value is 90. syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. diff --git a/example/local-example.yaml b/example/local-example.yaml index 49a4a05..6bd3515 100644 --- a/example/local-example.yaml +++ b/example/local-example.yaml @@ -19,7 +19,7 @@ oceanbase-ce: # 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 # The maximum running memory for an observer # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. - # system_memory: 30G + system_memory: 30G datafile_disk_percentage: 20 # The percentage of the data_dir space to the total disk space. This value takes effect only when datafile_size is 0. The default value is 90. syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. diff --git a/example/obagent/distributed-with-obproxy-and-obagent-example.yaml b/example/obagent/distributed-with-obproxy-and-obagent-example.yaml index 498f86f..ece21eb 100644 --- a/example/obagent/distributed-with-obproxy-and-obagent-example.yaml +++ b/example/obagent/distributed-with-obproxy-and-obagent-example.yaml @@ -22,7 +22,7 @@ oceanbase-ce: # 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 # The maximum running memory for an observer # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. - # system_memory: 30G + system_memory: 30G datafile_disk_percentage: 20 # The percentage of the data_dir space to the total disk space. This value takes effect only when datafile_size is 0. The default value is 90. syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. diff --git a/example/obproxy/distributed-with-obproxy-example.yaml b/example/obproxy/distributed-with-obproxy-example.yaml index c72eed2..dfca58b 100644 --- a/example/obproxy/distributed-with-obproxy-example.yaml +++ b/example/obproxy/distributed-with-obproxy-example.yaml @@ -22,7 +22,7 @@ oceanbase-ce: # 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 # The maximum running memory for an observer # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. - # system_memory: 30G + system_memory: 30G datafile_disk_percentage: 20 # The percentage of the data_dir space to the total disk space. This value takes effect only when datafile_size is 0. The default value is 90. syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. diff --git a/example/single-example.yaml b/example/single-example.yaml index df5acdb..c6c53e1 100644 --- a/example/single-example.yaml +++ b/example/single-example.yaml @@ -26,7 +26,7 @@ oceanbase-ce: # 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 # The maximum running memory for an observer # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. - # system_memory: 30G + system_memory: 30G datafile_disk_percentage: 20 # The percentage of the data_dir space to the total disk space. This value takes effect only when datafile_size is 0. The default value is 90. syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. diff --git a/example/single-with-obproxy-example.yaml b/example/single-with-obproxy-example.yaml index bbab24d..c4e244d 100644 --- a/example/single-with-obproxy-example.yaml +++ b/example/single-with-obproxy-example.yaml @@ -26,7 +26,7 @@ oceanbase-ce: # 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 # The maximum running memory for an observer # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. - # system_memory: 30G + system_memory: 30G datafile_disk_percentage: 20 # The percentage of the data_dir space to the total disk space. This value takes effect only when datafile_size is 0. The default value is 90. syslog_level: INFO # System log level. The default value is INFO. enable_syslog_wf: false # Print system logs whose levels are higher than WARNING to a separate log file. The default value is true. -- GitLab