Skip to content

Commit

Permalink
bump tserver mem to avoid minc via low mem
Browse files Browse the repository at this point in the history
Co-authored-by: Keith Turner <[email protected]>
  • Loading branch information
DomGarguilo and keith-turner committed Jan 14, 2025
1 parent 3bc2502 commit 449e457
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ protected void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSit
cfg.setProperty(Property.TSERV_WAL_MAX_SIZE, Integer.toString(hdfsMinBlockSize));
// Set the max number of WALs that can be referenced
cfg.setProperty(Property.TSERV_WAL_MAX_REFERENCED, Integer.toString(WAL_MAX_REFERENCED));
cfg.setProperty(Property.TSERV_MAXMEM, "256M"); // avoid minor compactions via low memory
cfg.setNumTservers(1);

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

0 comments on commit 449e457

Please sign in to comment.