update obd: fix multi-threading transfer -- ssh banner error
This commit is contained in:
@ -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'
|
||||||
|
|||||||
@ -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'
|
||||||
|
|||||||
@ -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'
|
||||||
|
|||||||
@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user