aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtest b/src/runtest
index 2a24481..e11f7c7 100755
--- a/src/runtest
+++ b/src/runtest
@@ -10,7 +10,7 @@ use File::Basename;
use File::Spec;
my $nsamples = 1; # Number of times to run each test.
-my $c_init = 100; # Initial cache capacity.
+my $c_init = 1; # Initial cache capacity.
my $c_step = 100; # Cache capacity increment.
my $c_final = 100; # Final cache capacity.
my $drop_caches; # Drop system disk caches before each run.

Return to:

Send suggestions and report system problems to the System administrator.