Run gc at 200%
150% pessimized the "real data" benchmark
This commit is contained in:
@@ -3254,12 +3254,11 @@ struct __attribute__((visibility("hidden"))) ConflictSet::Impl {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run gc at least 150% the rate we're inserting entries
|
// Run gc at least 200% the rate we're inserting entries
|
||||||
keyUpdates +=
|
keyUpdates +=
|
||||||
(std::max<int64_t>(
|
std::max<int64_t>(tls.accum.entries_inserted - tls.accum.entries_erased,
|
||||||
tls.accum.entries_inserted - tls.accum.entries_erased, 0) *
|
0) *
|
||||||
3) >>
|
2;
|
||||||
1;
|
|
||||||
|
|
||||||
memory_bytes.set(totalBytes);
|
memory_bytes.set(totalBytes);
|
||||||
point_writes_total.add(tls.accum.point_writes);
|
point_writes_total.add(tls.accum.point_writes);
|
||||||
|
Reference in New Issue
Block a user