Commit bbe4aa3
committed
[hotfix][oceanbase] Reduce OceanBase container memory requirements for CI
Set OB_MEMORY_LIMIT=2G and OB_SYSTEM_MEMORY=512M to fit within
GitHub Actions runner's ~7GB memory. The default OB_MEMORY_LIMIT
is 6G which causes OBD-5000 "not enough memory" error when the
runner is already occupied by other connector test containers.
Also reduce OB_LOG_DISK_SIZE from 4G to 2G and increase startup
timeout from 4 to 6 minutes for better reliability.1 parent b94d7b2 commit bbe4aa3
1 file changed
Lines changed: 4 additions & 2 deletions
File tree
- flink-cdc-connect/flink-cdc-source-connectors/flink-connector-oceanbase-cdc/src/test/java/org/apache/flink/cdc/connectors/oceanbase
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | | - | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
0 commit comments