ros-infrastructure / buildfarm

Build scripts and notes for catkin debian build pipeline.
6 stars 15 forks source link

potentially limiting apt cache growth #122

Closed tfoote closed 10 years ago

tfoote commented 11 years ago

@dirk-thomas please take a look, i think this might help our disk space ballooning.

tfoote commented 11 years ago

A little more research suggests it may need to be in 20archive:

With the name APT::Cache-Limit

http://stackoverflow.com/questions/11911495/increase-the-size-of-aptcache-limit

Instead of adding the line APT::Cache-Limit "100000000"; to the file /etc/apt/apt.conf.d/70debconf add it to the file /etc/apt/apt.conf.d/20archive which solved the problem for me.

tfoote commented 10 years ago

I don't think this is quite right. And for now this is not an issue recently.