<@U6YPB4SJX>: can you think of any ways to detect ...
# development
w
@average-vr-56795: can you think of any ways to detect how much space https://github.com/pantsbuild/pants/blob/1abd7a973f93913bc44873ae79e57ba93573f356/src/rust/engine/sharded_lmdb/src/lib.rs#L453-L485 would free relative to a non-compacting GC? trying to diagnose whether a user’s large store is caused by having pushed up the high water mark a long ways before GC finally ran successfully
…i mean, other than extending the “./pants gc” check only mode that @steep-breakfast-98857 is adding to expose it.
a
Not other than a
./pants gc --check
, no...
w
oh! it looks like
fs_util
exposes
compact
🎉 2
anywho, sorry: distraction. will be easiest when it’s directly exposed.