From 6f30df97849de2883bf91bbda373313824067d59 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 16 Sep 2008 17:51:44 +0200 Subject: [PATCH] apt: Further increase the cache limit. --- etc/apt/apt.conf.d/99morecache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.30.2