From 85e729c78a6e8a2c1a114d7ec29542a7887bb9a8 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 17 Aug 2008 13:10:29 +0200 Subject: [PATCH] Increase apt's cache size so we can keep etch, lenny and backports in our sources.list. --- etc/apt/apt.conf.d/99morecache | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/apt/apt.conf.d/99morecache 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"; -- 2.30.2