Skip to content

Commit

Permalink
revert env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Aug 20, 2024
1 parent 0c7f24a commit 402eae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oceanbase-ce/boot/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export OB_CLUSTER_NAME=${OB_CLUSTER_NAME:-obcluster}
if [ "x${MODE^^}" == "xMINI" ]; then
export OB_MEMORY_LIMIT=${OB_MEMORY_LIMIT:-6G}
export OB_SYSTEM_MEMORY=${OB_SYSTEM_MEMORY:-1G}
export OB_DATAFILE_SIZE=${OB_DATAFILE_SIZE:-2G}
export OB_LOG_DISK_SIZE=${OB_LOG_DISK_SIZE:-4G}
export OB_DATAFILE_SIZE=${OB_DATAFILE_SIZE:-5G}
export OB_LOG_DISK_SIZE=${OB_LOG_DISK_SIZE:-5G}
export OB_SCENARIO=${OB_SCENARIO:-express_oltp}
else
export OB_DATAFILE_SIZE=${OB_DATAFILE_SIZE:-20G}
Expand Down

0 comments on commit 402eae0

Please sign in to comment.