From c3aa8d0953825ca17fd509c056df1af59f96ea52 Mon Sep 17 00:00:00 2001 From: wangyunlai Date: Wed, 18 May 2022 15:34:10 +0800 Subject: [PATCH] Update mini-example(#115) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 减少内存配置 --- example/mini-distributed-example.yaml | 4 ++-- example/mini-distributed-with-obproxy-example.yaml | 4 ++-- example/mini-local-example.yaml | 4 ++-- example/mini-single-example.yaml | 4 ++-- example/mini-single-with-obproxy-example.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/example/mini-distributed-example.yaml b/example/mini-distributed-example.yaml index 775cc2b..d60ec0a 100644 --- a/example/mini-distributed-example.yaml +++ b/example/mini-distributed-example.yaml @@ -21,8 +21,8 @@ oceanbase-ce: devname: eth0 cluster_id: 1 # please set memory limit to a suitable value which is matching resource. - memory_limit: 8G # The maximum running memory for an observer - system_memory: 4G # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. + memory_limit: 6G # The maximum running memory for an observer + system_memory: 3G # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. stack_size: 512K cpu_count: 16 cache_wash_threshold: 1G diff --git a/example/mini-distributed-with-obproxy-example.yaml b/example/mini-distributed-with-obproxy-example.yaml index 7e65294..349c69f 100644 --- a/example/mini-distributed-with-obproxy-example.yaml +++ b/example/mini-distributed-with-obproxy-example.yaml @@ -21,8 +21,8 @@ oceanbase-ce: devname: eth0 cluster_id: 1 # please set memory limit to a suitable value which is matching resource. - memory_limit: 8G # The maximum running memory for an observer - system_memory: 4G # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. + memory_limit: 6G # The maximum running memory for an observer + system_memory: 3G # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. stack_size: 512K cpu_count: 16 cache_wash_threshold: 1G diff --git a/example/mini-local-example.yaml b/example/mini-local-example.yaml index f94027e..a7b0d4e 100755 --- a/example/mini-local-example.yaml +++ b/example/mini-local-example.yaml @@ -18,8 +18,8 @@ oceanbase-ce: zone: zone1 cluster_id: 1 # please set memory limit to a suitable value which is matching resource. - memory_limit: 8G # The maximum running memory for an observer - system_memory: 4G # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. + memory_limit: 6G # The maximum running memory for an observer + system_memory: 3G # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. stack_size: 512K cpu_count: 16 cache_wash_threshold: 1G diff --git a/example/mini-single-example.yaml b/example/mini-single-example.yaml index 496f7f9..73a750f 100755 --- a/example/mini-single-example.yaml +++ b/example/mini-single-example.yaml @@ -25,8 +25,8 @@ oceanbase-ce: zone: zone1 cluster_id: 1 # please set memory limit to a suitable value which is matching resource. - memory_limit: 8G # The maximum running memory for an observer - system_memory: 4G # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. + memory_limit: 6G # The maximum running memory for an observer + system_memory: 3G # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. stack_size: 512K cpu_count: 16 cache_wash_threshold: 1G diff --git a/example/mini-single-with-obproxy-example.yaml b/example/mini-single-with-obproxy-example.yaml index 1a7cd72..2138221 100644 --- a/example/mini-single-with-obproxy-example.yaml +++ b/example/mini-single-with-obproxy-example.yaml @@ -25,8 +25,8 @@ oceanbase-ce: zone: zone1 cluster_id: 1 # please set memory limit to a suitable value which is matching resource. - memory_limit: 8G # The maximum running memory for an observer - system_memory: 4G # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. + memory_limit: 6G # The maximum running memory for an observer + system_memory: 3G # The reserved system memory. system_memory is reserved for general tenants. The default value is 30G. stack_size: 512K cpu_count: 16 cache_wash_threshold: 1G -- GitLab