Skip to content

Commit 0c7f24a

Browse files
committed
modify env vars
1 parent fa67b90 commit 0c7f24a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/test-oceanbase-ce.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
cache_key: test-oceanbase-ce
2121
image_file: oceanbase-ce.tar
22-
version: 4.3.2.0-100000092024072912
22+
version: 4.2.1.8-108000022024072217
2323

2424
test-slim:
2525
needs: build

oceanbase-ce/boot/env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export OB_CLUSTER_NAME=${OB_CLUSTER_NAME:-obcluster}
66
if [ "x${MODE^^}" == "xMINI" ]; then
77
export OB_MEMORY_LIMIT=${OB_MEMORY_LIMIT:-6G}
88
export OB_SYSTEM_MEMORY=${OB_SYSTEM_MEMORY:-1G}
9-
export OB_DATAFILE_SIZE=${OB_DATAFILE_SIZE:-5G}
10-
export OB_LOG_DISK_SIZE=${OB_LOG_DISK_SIZE:-5G}
9+
export OB_DATAFILE_SIZE=${OB_DATAFILE_SIZE:-2G}
10+
export OB_LOG_DISK_SIZE=${OB_LOG_DISK_SIZE:-4G}
1111
export OB_SCENARIO=${OB_SCENARIO:-express_oltp}
1212
else
1313
export OB_DATAFILE_SIZE=${OB_DATAFILE_SIZE:-20G}

oceanbase-ce/boot/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ function create_tenant() {
122122
if ! [ -z "${OB_TENANT_LOG_DISK_SIZE}" ]; then
123123
create_tenant_cmd="${create_tenant_cmd} --log-disk-size=${OB_TENANT_LOG_DISK_SIZE}"
124124
fi
125+
echo "${create_tenant_cmd}"
125126
eval ${create_tenant_cmd}
126127
if [ $? -ne 0 ]; then
127128
deploy_failed

0 commit comments

Comments
 (0)