]> git.saurik.com Git - apt.git/commitdiff
* apt-pkg/pkgcachegen.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 15 Aug 2006 10:08:36 +0000 (12:08 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 15 Aug 2006 10:08:36 +0000 (12:08 +0200)
  - increased the cache limit

apt-pkg/pkgcachegen.cc
debian/changelog

index b2725a99df890d1b33793fb3234e91f98a44f1fc..8ec6a171975ce1a28e7eee26beadbcc1a32adf38 100644 (file)
@@ -785,7 +785,7 @@ static bool BuildCache(pkgCacheGenerator &Gen,
 bool pkgMakeStatusCache(pkgSourceList &List,OpProgress &Progress,
                        MMap **OutMap,bool AllowMem)
 {
-   unsigned long MapSize = _config->FindI("APT::Cache-Limit",12*1024*1024);
+   unsigned long MapSize = _config->FindI("APT::Cache-Limit",16*1024*1024);
    
    vector<pkgIndexFile *> Files;
    for (vector<metaIndex *>::const_iterator i = List.begin();
@@ -932,7 +932,7 @@ bool pkgMakeStatusCache(pkgSourceList &List,OpProgress &Progress,
 /* */
 bool pkgMakeOnlyStatusCache(OpProgress &Progress,DynamicMMap **OutMap)
 {
-   unsigned long MapSize = _config->FindI("APT::Cache-Limit",8*1024*1024);
+   unsigned long MapSize = _config->FindI("APT::Cache-Limit",12*1024*1024);
    vector<pkgIndexFile *> Files;
    unsigned long EndOfSource = Files.size();
    if (_system->AddStatusFiles(Files) == false)
index 0bb679c5aa0da251f1fc29640a95da5912f20d3b..55c88c4c8ab9736ab76d60f4f9cbedd26ac209b7 100644 (file)
@@ -1,3 +1,11 @@
+apt (0.6.45ubuntu5) edgy; urgency=low
+
+  * apt-pkg/pkgcachegen.cc:
+    - increase the APT::Cache-Limit to deal with the increased demand due
+      to the translated descriptions
+
+ -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 15 Aug 2006 12:06:26 +0200
+
 apt (0.6.45ubuntu4) edgy; urgency=low
 
   * cmdline/apt-get.cc: