all: deletions tuning

This commit is contained in:
Thomas Schoebel-Theuer 2017-09-09 21:24:47 +02:00 committed by Thomas Schoebel-Theuer
parent 28d5b0e5d1
commit 981dc07a6d
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ int handler_limit = HANDLER_LIMIT;
int handler_nr = HANDLER_LIMIT;
static struct semaphore handler_limit_sem = __SEMAPHORE_INITIALIZER(handler_limit_sem, HANDLER_LIMIT);
#define DENT_LIMIT 8
#define DENT_LIMIT 2
int dent_limit = DENT_LIMIT;
int dent_nr = DENT_LIMIT;

View File

@ -34,7 +34,7 @@ umask 0077;
my $threshold = 10 * 1024 * 1024;
my $window = 30;
my $verbose = 0;
my $max_deletions = 2000;
my $max_deletions = 512;
my $dry_run = 0;
my @MARS_PATH = $ENV{MARS_PATH} ?
split(/:/, $ENV{MARS_PATH}) :