|
|
@@ -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)
|