jan damborsky wrote: > On 03/25/09 20:51, Shawn Walker wrote: >> The files have to be stored somewhere before installation starts, the >> download cache just happens to be that place. If, as Dave pointed >> out, you have flush-content-cache-on-success set to True, you've >> essentially turned the download cache into a fancy /tmp directory. > > If I understand correctly, there is no need to have that > data on installed system ? If this is the case then I think > we would like to allow IPS clean up that cache after bits are > installed, since it consumes ~1GB on disk. > Dave, do you think it is appropriate to file bug for this ?
You can set the property using: pfexec pkg set-property flush-content-cache-on-success True Just remember to reset it after installation (so that it will go back the default value): pfexec pkg unset-property flush-content-cache-on-success Cheers, -- Shawn Walker