Skip to content

Commit

Permalink
HBASE-28133 TestSyncTimeRangeTracker fails with OOM with small -Xms v…
Browse files Browse the repository at this point in the history
…alues (apache#5450)

reduce test dataset size by 20% to fit heap with safety margin

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
(cherry picked from commit 0d15d03)
  • Loading branch information
stoty authored and petersomogyi committed Oct 11, 2023
1 parent dd13e64 commit e8adb44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class TestSyncTimeRangeTracker extends TestSimpleTimeRangeTracker {
public static final HBaseClassTestRule CLASS_RULE =
HBaseClassTestRule.forClass(TestSyncTimeRangeTracker.class);

private static final int NUM_KEYS = 10000000;
private static final int NUM_KEYS = 8000000;
private static final int NUM_OF_THREADS = 20;

@Override
Expand Down

0 comments on commit e8adb44

Please sign in to comment.