obd: support cgroup

This commit is contained in:
obdev
2022-11-21 07:46:08 +00:00
committed by wangzelin.wzl
parent e082b0bc9b
commit a63e7d37dd
4 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@
tag: {{%% TAG %%}}
global:
devname: lo
production_mode: false
cluster_id: 1
memory_limit: '64G'
datafile_disk_percentage: '50'

View File

@ -16,6 +16,7 @@
target_path: wallet
global:
devname: lo
production_mode: false
cluster_id: 1
memory_limit: '60G'
log_disk_percentage: '10'

View File

@ -15,6 +15,7 @@ env:
ASAN_OPTIONS: 'abort_on_error=1:disable_coredump=0:unmap_shadow_on_exit=1:log_path=./log/asan.log'
ASAN_SYMBOLIZER_PATH: ./tools/llvm-symbolizer
config:
production_mode: false
cluster_id: 1
# datafile_disk_percentage: '50'
datafile_size: '20G'

View File

@ -8,6 +8,7 @@ oceanbase-ce:
rpc_port: ${rpc_port}
home_path: ${home_path}
global:
production_mode: false
devname: lo
cluster_id: 1
memory_limit: '80G'
@ -21,4 +22,4 @@ oceanbase-ce:
__min_full_resource_pool_memory: "1073741824"
workers_per_cpu_quota: '10'
schema_history_expire_time: '1d'
net_thread_count: '4'
net_thread_count: '4'