diff options
author | Michael Vogt <mvo@debian.org> | 2010-07-09 21:54:02 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2010-07-09 21:54:02 +0200 |
commit | 68f3081559998a0b2b1ddcaf80a8cf0e46658483 (patch) | |
tree | bb53b6c174fbf850f0e9b9ee303de9130b49739d /doc/examples/configure-index | |
parent | 5d062ce08e6125d9ef34d3e55d4a88c1937f4f21 (diff) | |
parent | 62d073d937742baf8621a11c3094e0320aa846cd (diff) |
* doc/apt.conf.5.xml:
- add and document APT::Cache-{Start,Grow,Limit} options for mmap control
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index fdec32c2c..26fb53fec 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -95,7 +95,9 @@ APT Clean-Installed "true"; Immediate-Configure "true"; // DO NOT turn this off, see the man page Force-LoopBreak "false"; // DO NOT turn this on, see the man page - Cache-Limit "4194304"; + Cache-Start "20971520"; + Cache-Grow "1048576"; + Cache-Limit "0"; Default-Release ""; // consider Recommends, Suggests as important dependencies that should |