Skip to content

Commit 449e457

Browse files
bump tserver mem to avoid minc via low mem
Co-authored-by: Keith Turner <kturner@apache.org>
1 parent 3bc2502 commit 449e457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/src/main/java/org/apache/accumulo/test/MaxWalReferencedIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ protected void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSit
6565
cfg.setProperty(Property.TSERV_WAL_MAX_SIZE, Integer.toString(hdfsMinBlockSize));
6666
// Set the max number of WALs that can be referenced
6767
cfg.setProperty(Property.TSERV_WAL_MAX_REFERENCED, Integer.toString(WAL_MAX_REFERENCED));
68+
cfg.setProperty(Property.TSERV_MAXMEM, "256M"); // avoid minor compactions via low memory
6869
cfg.setNumTservers(1);
6970

7071
// Use raw local file system so WAL syncs and flushes work as expected

0 commit comments

Comments
 (0)