Skip to content

Commit

Permalink
test: Increased Redis Enterprise database size
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed Jul 6, 2022
1 parent 0c60fa3 commit 811d873
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public abstract class AbstractSidecarTests extends AbstractTestcontainersRedisTe
RedisModulesContainer.DEFAULT_IMAGE_NAME.withTag(RedisModulesContainer.DEFAULT_TAG));
private final RedisEnterpriseContainer redisEnterprise = new RedisEnterpriseContainer(
RedisEnterpriseContainer.DEFAULT_IMAGE_NAME.withTag(RedisEnterpriseContainer.DEFAULT_TAG))
.withDatabase(Database.name("SidecarTests").memory(DataSize.ofMegabytes(300)).ossCluster(true)
.withDatabase(Database.name("SidecarTests").memory(DataSize.ofMegabytes(900)).ossCluster(true)
.modules(RedisModule.JSON, RedisModule.TIMESERIES).build());

@Override
Expand Down

0 comments on commit 811d873

Please sign in to comment.