change the defaults for repacking to repack once every 120 seconds and letting it...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 29 Jul 2009 03:31:12 +0000 (13:31 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 2 Oct 2009 00:05:45 +0000 (10:05 +1000)
server/ctdb_tunables.c

index a81198c80519b72309e6c3e8897148ea55336d2a..1e8a99fed4703eb7cee11cd0d9e6eb3c60343524 100644 (file)
@@ -56,8 +56,8 @@ static const struct {
        { "RecLockLatencyMs",  1000,  offsetof(struct ctdb_tunable, reclock_latency_ms) },
        { "RecoveryDropAllIPs",  60,  offsetof(struct ctdb_tunable, recovery_drop_all_ips) },
        { "VerifyRecoveryLock",   1,  offsetof(struct ctdb_tunable, verify_recovery_lock) },
-       { "VacuumDefaultInterval", 10,  offsetof(struct ctdb_tunable, vacuum_default_interval) },
-       { "VacuumMaxRunTime",     5,  offsetof(struct ctdb_tunable, vacuum_max_run_time) },
+       { "VacuumDefaultInterval", 120,  offsetof(struct ctdb_tunable, vacuum_default_interval) },
+       { "VacuumMaxRunTime",     30,  offsetof(struct ctdb_tunable, vacuum_max_run_time) },
        { "RepackLimit",      10000,  offsetof(struct ctdb_tunable, repack_limit) },
 };