update github obd.sh & ob-deploy version
This commit is contained in:
parent
508120bc1f
commit
92e021b104
2
deps/init/oceanbase.el7.aarch64.deps
vendored
2
deps/init/oceanbase.el7.aarch64.deps
vendored
@ -43,6 +43,6 @@ devdeps-oblogmsg-1.0-52022113019.el7.aarch64.rpm
|
||||
devdeps-rocksdb-6.22.1.1-52022100420.el7.aarch64.rpm
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-1.6.0-41.el7.aarch64.rpm target=community
|
||||
ob-deploy-2.3.0-4.el7.aarch64.rpm target=community
|
||||
obclient-2.2.2-1.el7.aarch64.rpm target=community
|
||||
libobclient-2.2.2-3.el7.aarch64.rpm target=community
|
||||
|
2
deps/init/oceanbase.el7.x86_64.deps
vendored
2
deps/init/oceanbase.el7.x86_64.deps
vendored
@ -45,6 +45,6 @@ devdeps-oblogmsg-1.0-52022113019.el7.x86_64.rpm
|
||||
devdeps-rocksdb-6.22.1.1-52022100420.el7.x86_64.rpm
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-1.6.0-41.el7.x86_64.rpm target=community
|
||||
ob-deploy-2.3.0-4.el7.x86_64.rpm target=community
|
||||
obclient-2.2.2-1.el7.x86_64.rpm target=community
|
||||
libobclient-2.2.2-3.el7.x86_64.rpm target=community
|
||||
|
2
deps/init/oceanbase.el8.aarch64.deps
vendored
2
deps/init/oceanbase.el8.aarch64.deps
vendored
@ -43,6 +43,6 @@ devdeps-oblogmsg-1.0-52022113019.el8.aarch64.rpm
|
||||
devdeps-rocksdb-6.22.1.1-52022100420.el8.aarch64.rpm
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-1.6.0-41.el8.aarch64.rpm target=community
|
||||
ob-deploy-2.3.0-4.el8.aarch64.rpm target=community
|
||||
obclient-2.2.2-1.el8.aarch64.rpm target=community
|
||||
libobclient-2.2.2-3.el8.aarch64.rpm target=community
|
||||
|
2
deps/init/oceanbase.el8.x86_64.deps
vendored
2
deps/init/oceanbase.el8.x86_64.deps
vendored
@ -44,6 +44,6 @@ devdeps-oblogmsg-1.0-52022113019.el8.x86_64.rpm
|
||||
devdeps-rocksdb-6.22.1.1-52022100420.el8.x86_64.rpm
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-1.6.0-41.el8.x86_64.rpm target=community
|
||||
ob-deploy-2.3.0-4.el8.x86_64.rpm target=community
|
||||
obclient-2.2.2-1.el8.x86_64.rpm target=community
|
||||
libobclient-2.2.2-3.el8.x86_64.rpm target=community
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
BASE_DIR=$(git rev-parse --show-toplevel 2>/dev/null)
|
||||
BASE_DIR=$(readlink -f "$(dirname ${BASH_SOURCE[0]})/../..")
|
||||
DEPLOY_PATH="$BASE_DIR/tools/deploy"
|
||||
OBSERVER_BIN="$BASE_DIR/tools/deploy/bin/observer"
|
||||
OBD_CLUSTER_PATH="$DEPLOY_PATH"/.obd/cluster
|
||||
|
@ -18,10 +18,12 @@ config:
|
||||
production_mode: false
|
||||
cluster_id: 1
|
||||
# datafile_disk_percentage: '50'
|
||||
datafile_size: '20G'
|
||||
datafile_size: '2G'
|
||||
datafile_next: '2G'
|
||||
datafile_maxsize: '8G'
|
||||
# log_disk_percentage: '10'
|
||||
log_disk_size: '24G'
|
||||
memory_limit: '8G'
|
||||
log_disk_size: '15G'
|
||||
memory_limit: '6G'
|
||||
system_memory: '1G'
|
||||
cpu_count: '24'
|
||||
cache_wash_threshold: '1G'
|
||||
|
Loading…
x
Reference in New Issue
Block a user