I have disabled `local_cache` on pants using globa...
# general
r
I have disabled
local_cache
on pants using global options, however I still see
lmdb_store
local cache directory popping up with lots of data. Any ideas? I have configured a working remote cache, so I want to completely disable local cache to save disk space
h
Hmm, strange.
lmdb_store
should only be used by the local cache. That is confusing to me.
What happens if you point the local cache to some other location with
--local-store-dir
?
Does that become the directory that fills up with data, or is it still the original location?