Skip to content

Commit

Permalink
modify log disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jun 28, 2024
1 parent c6a37e0 commit 87a9cc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class OceanBaseTestUtils {
public static OceanBaseContainer createOceanBaseContainer() {
return createOceanBaseContainer(CDC_TEST_OB_VERSION, "mini")
.withEnv("OB_DATAFILE_SIZE", "2G")
.withEnv("OB_LOG_DISK_SIZE", "2G");
.withEnv("OB_LOG_DISK_SIZE", "4G");
}

public static OceanBaseContainer createOceanBaseContainer(String mode) {
Expand Down

0 comments on commit 87a9cc9

Please sign in to comment.