Skip to content

Commit

Permalink
Increased available memory for DynamicIndexAbstractSelfTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
devozerov committed Sep 8, 2017
1 parent 6983e87 commit 790e68a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ protected IgniteConfiguration commonConfiguration(int idx) throws Exception {
.setMemoryPolicies(
new MemoryPolicyConfiguration()
.setName("default")
.setMaxSize(32 * 1024 * 1024L)
.setInitialSize(32 * 1024 * 1024L)
.setMaxSize(128 * 1024 * 1024L)
.setInitialSize(128 * 1024 * 1024L)
);

cfg.setMemoryConfiguration(memCfg);
Expand Down

0 comments on commit 790e68a

Please sign in to comment.