Skip to content

Commit

Permalink
add document for environment variable OB_CONFIGSERVER_ADDRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sun-star committed Sep 25, 2024
1 parent 8dc1854 commit 1e7772e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions oceanbase-ce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Below is a table of supported environment variables for the image:
| OB_TENANT_MINI_CPU | | The oceanbase tenant mini_cpu configuration |
| OB_TENANT_MEMORY_SIZE | | The oceanbase tenant memory_size configuration |
| OB_TENANT_LOG_DISK_SIZE | | The oceanbase tenant log_disk_size configuration |
| OB_CONFIGSERVER_ADDRESS | | Address of ob-configserver e.g. http://1.1.1.1:8080 |
## Running Sysbench Script
The oceanbase-ce image includes the sysbench tool for benchmarking. Use the following command to run a sysbench test:
```
Expand Down
1 change: 1 addition & 0 deletions oceanbase-ce/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ mysql -h127.0.0.1 -P2881 -uroot@test # 使用通用租户的root账户连接
| OB_TENANT_MINI_CPU | | OceanBase租户mini_cpu配置 |
| OB_TENANT_MEMORY_SIZE | | OceanBase租户memory_size配置 |
| OB_TENANT_LOG_DISK_SIZE | | OceanBase租户log_disk_size配置 |
| OB_CONFIGSERVER_ADDRESS | | ob-configserver 地址, 示例: http://1.1.1.1:8080 |

## 运行Sysbench脚本
oceanbase-ce镜像包含sysbench工具用于基准测试。使用以下命令运行sysbench测试:
Expand Down

0 comments on commit 1e7772e

Please sign in to comment.