From: Matthijs Kooijman Date: Sun, 17 Aug 2008 11:10:29 +0000 (+0200) Subject: Increase apt's cache size so we can keep etch, lenny and backports in our sources... X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=85e729c78a6e8a2c1a114d7ec29542a7887bb9a8;p=matthijs%2Fservers%2Fdrsnuggles.git Increase apt's cache size so we can keep etch, lenny and backports in our sources.list. --- diff --git a/etc/apt/apt.conf.d/99morecache b/etc/apt/apt.conf.d/99morecache new file mode 100644 index 0000000..0bdc307 --- /dev/null +++ b/etc/apt/apt.conf.d/99morecache @@ -0,0 +1,3 @@ +// Local change by Matthijs, suggested by http://www.linuxquestions.org/questions/debian-26/dynamic-mmap-ran-out-of-room-error-when-adding-new-apt-source-list-233417/ +// Limit set to 8M +APT::Cache-Limit "8388608";