From: Matthijs Kooijman Date: Tue, 16 Sep 2008 15:51:44 +0000 (+0200) Subject: apt: Further increase the cache limit. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=6f30df97849de2883bf91bbda373313824067d59;p=matthijs%2Fservers%2Fdrsnuggles.git apt: Further increase the cache limit. --- diff --git a/etc/apt/apt.conf.d/99morecache b/etc/apt/apt.conf.d/99morecache index 0bdc307..0dc1c5f 100644 --- a/etc/apt/apt.conf.d/99morecache +++ b/etc/apt/apt.conf.d/99morecache @@ -1,3 +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"; +// Limit set to 16M +APT::Cache-Limit "16777216";