update obd: fix multi-threading transfer -- ssh banner error

This commit is contained in:
obdev
2023-04-11 13:19:38 +08:00
committed by ob-robot
parent e9a60698ff
commit 4a214801a2
4 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,7 @@ oceanbase-ce:
global: global:
# for default system config used by farm, please see tools/deploy/obd/observer.include.yaml # for default system config used by farm, please see tools/deploy/obd/observer.include.yaml
# You can also specify the configuration directly below (stored locally, switching the working directory and redeploying will still take effect) # You can also specify the configuration directly below (stored locally, switching the working directory and redeploying will still take effect)
devname: lo production_mode: false
# memory_limit: '8G' # memory_limit: '8G'
# system_memory: '1G' # system_memory: '1G'
# datafile_size: '20G' # datafile_size: '20G'

View File

@ -3,7 +3,6 @@ oceanbase-ce:
tag: latest tag: latest
include: obd/observer.include.yaml include: obd/observer.include.yaml
global: global:
devname: lo
memory_limit: '8G' memory_limit: '8G'
system_memory: '1G' system_memory: '1G'
datafile_size: '20G' datafile_size: '20G'

View File

@ -15,7 +15,6 @@
- src_path: {{%% DEPLOY_PATH %%}}/wallet - src_path: {{%% DEPLOY_PATH %%}}/wallet
target_path: wallet target_path: wallet
global: global:
devname: lo
production_mode: false production_mode: false
cluster_id: 1 cluster_id: 1
memory_limit: '60G' memory_limit: '60G'

View File

@ -9,7 +9,6 @@ oceanbase-ce:
home_path: ${home_path} home_path: ${home_path}
global: global:
production_mode: false production_mode: false
devname: lo
cluster_id: 1 cluster_id: 1
memory_limit: '80G' memory_limit: '80G'
datafile_disk_percentage: '50' datafile_disk_percentage: '50'