Increase apt's cache size so we can keep etch, lenny and backports in our sources...
authorMatthijs Kooijman <matthijs@drsnuggles.stderr.nl>
Sun, 17 Aug 2008 11:10:29 +0000 (13:10 +0200)
committerMatthijs Kooijman <matthijs@drsnuggles.stderr.nl>
Sun, 17 Aug 2008 11:10:29 +0000 (13:10 +0200)
etc/apt/apt.conf.d/99morecache [new file with mode: 0644]

diff --git a/etc/apt/apt.conf.d/99morecache b/etc/apt/apt.conf.d/99morecache
new file mode 100644 (file)
index 0000000..0bdc307
--- /dev/null
@@ -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";