From: Matthijs Kooijman Date: Fri, 23 Jul 2010 11:20:23 +0000 (+0200) Subject: apt: Remove the cache-increase configuration. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=6dac66ce836a3f1cee85c99d5d8b560a4eab84ea apt: Remove the cache-increase configuration. It seems the default cache config is now higher than what we used to set, so it's not longer needed. --- diff --git a/etc/apt/apt.conf.d/99morecache b/etc/apt/apt.conf.d/99morecache deleted file mode 100644 index 0dc1c5f..0000000 --- a/etc/apt/apt.conf.d/99morecache +++ /dev/null @@ -1,3 +0,0 @@ -// 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 16M -APT::Cache-Limit "16777216";