>>> On 4/23/2010 at 12:06 PM, "Peter E. Abresch Jr. - at Pepco" <[email protected]> wrote: > cache-max-size-hard-limit | False | If true, never allow the > cache to grow past the maximum size > cache-max-size-in-mb | 300 | The maximum size of the > cache (in mb) > max-cache-age | 30 | The maximum number of > days to cache a file > > Is there any hope here?
By changing these values you can limit how much space is taken up on your systems. I'm not sure just how much you're going to be saving though. On the system I checked, /var/lib/zypp/ is only taking up about 12MB. Another one is using 40MB. In any case, you can use "rug set-prefs" to change them, one preference at a time: rug set-prefs cache-max-size-hard-limit true rug set-prefs cache-max-size-in-mb 200 and so on. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
