You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,27 +93,28 @@ To start an OceanBase cluster, follow these steps:
93
93
94
94
Select a configuration file based on your resource configurations:
95
95
96
-
#### Small-scale development mode
96
+
#### Small-scale deployment mode
97
97
98
-
This development mode applies to personal devices with at least 8 GB of memory.
98
+
This deployment mode applies to personal devices with at least 8 GB of memory.
99
99
100
100
-[Sample configuration file for local single-node deployment](./example/mini-local-example.yaml)
101
101
-[Sample configuration file for single-node deployment](./example/mini-single-example.yaml)
102
102
-[Sample configuration file for three-node deployment](./example/mini-distributed-example.yaml)
103
103
-[Sample configuration file for single-node deployment with ODP](./example/mini-single-with-obproxy-example.yaml)
104
104
-[Sample configuration file for three-node deployment with ODP](./example/mini-distributed-with-obproxy-example.yaml)
105
105
106
-
#### Professional development mode
106
+
#### Professional deployment mode
107
107
108
-
This development mode applies to advanced Elastic Compute Service (ECS) instances or physical servers with at least 16 CPU cores and 64 GB of memory.
108
+
This deployment mode applies to advanced Elastic Compute Service (ECS) instances or physical servers with at least 16 CPU cores and 64 GB of memory.
109
109
110
-
-[Sample configuration file for local single-node development](./example/local-example.yaml)
111
-
-[Sample configuration file for single-node development](./example/single-example.yaml)
112
-
-[Sample configuration file for three-node development](./example/distributed-example.yaml)
113
-
-[Sample configuration file for single-node development with ODP](./example/single-with-obproxy-example.yaml)
114
-
-[Sample configuration file for three-node development with ODP](./example/distributed-with-obproxy-example.yaml)
110
+
-[Sample configuration file for local single-node deployment](./example/local-example.yaml)
111
+
-[Sample configuration file for single-node deployment](./example/single-example.yaml)
112
+
-[Sample configuration file for three-node deployment](./example/distributed-example.yaml)
113
+
-[Sample configuration file for single-node deployment with ODP](./example/single-with-obproxy-example.yaml)
114
+
-[Sample configuration file for three-node deployment with ODP](./example/distributed-with-obproxy-example.yaml)
115
+
-[Sample configuration file for three-node deployment with ODP and obagent](./example/obagent/distributed-with-obproxy-and-obagent-example.yaml)
115
116
116
-
This section describes how to start a local single-node OceanBase cluster by using the [sample configuration file for local single-node deployment in the small-scale development mode](./example/mini-local-example.yaml).
117
+
This section describes how to start a local single-node OceanBase cluster by using the [sample configuration file for local single-node deployment in the small-scale deployment mode](./example/mini-local-example.yaml).
117
118
118
119
```shell
119
120
# Modify the working directory of the OceanBase cluster: home_path.
@@ -122,7 +123,7 @@ This section describes how to start a local single-node OceanBase cluster by usi
122
123
vi ./example/mini-local-example.yaml
123
124
```
124
125
125
-
If the target server to run the OceanBase cluster is not the logged-in server, do not use the `sample configuration file for local single-node development`. Use another configuration file.
126
+
If the target server to run the OceanBase cluster is not the logged-in server, do not use the `sample configuration file for local single-node deployment`. Use another configuration file.
126
127
Do not forget to change the user password at the beginning of the configuration file.
127
128
128
129
```yaml
@@ -409,7 +410,7 @@ This table describes the corresponding options.
409
410
| Option | Required | Data type | Default value | Description |
410
411
--- | --- | --- |--- | ---
411
412
| -n/--tenant-name | No | string | test | The tenant name. OBD will automatically generate resource units and resource pools with unique names based on the tenant name. |
412
-
| --max-cpu | No | float | 0 | The maximum number of CPU cores available for the tenant. When this option is set to 0, all available CPU cores of the cluster can be used by the tenant. When the value is less than two, an error is returned. |
413
+
| --max-cpu | No | float | 0 | The maximum number of CPU cores available for the tenant. When this option is set to 0, all available CPU cores of the cluster can be used by the tenant. |
413
414
| --min-cpu | No | float | 0 | The minimum number of CPU cores available for the tenant. When this option is set to 0, the minimum number of CPU cores is the same as the maximum number of CPU cores. |
414
415
| --max-memory | No | int | 0 | The maximum memory capacity available for the tenant. When this option is set to 0, all available memory capacity of the cluster can be used by the tenant. When the actual value is less than 1 GB, an error is returned. |
415
416
| --min-memory | No | int | 0 | The minimum memory capacity available for the tenant. When this option is set to 0, the minimum memory capacity is the same as the maximum memory capacity. |
0 commit comments