Tugger the SLUGger!SLUG Mailing List Archives

Re: [chat] APT- Get Error - Dynamic MMap ran out of room error


On Wed, Jul 23, 2003 at 02:20:28AM +0930, Mike Haill wrote:
> Reading Package Lists...Error!
> E: Dynamic MMap ran out of room
> E: Dynamic MMap ran out of room
> E: Error occured while processing shoop-dev (NewVersion1)
> E: Problem with MergeList 
> /var/state/apt/lists/wuarchive.wustl.edu_mirrors_debian_dists_stable_main_binary-i386_packages
> E: msync
> E: The package lists or status file could not be parsed or opened.
> 
> I created an apt.conf file in /etc/apt and added;
> 
> APT::Default-Release "stable";
> APT::Cache-Limit "141943904";

Holy moley that's a big chunk.  I've got it to 8MB (roughly) and it works
fine with my combined stable+unstable lists.

I think your problem might be that you're putting it in the wrong file. 
There's an /etc/apt/apt.conf.d directory where these sorts of things go now. 
I've got my Cache-Limit statement in /etc/apt/apt.conf.d/00Cache file, and
it fixed the problem nicely.  Your format, BTW, is perfect, so the problem
isn't there.

- Matt