[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: upgrade woody -> sarge not working




thomec@web.de wrote
...
>   Reading Package Lists... Error!
>   E: Dynamic MMap ran out of room
...

this means that apt hit a configured limit and cannot
allocate more memory --- preventing it from processing all
dependencies. 

create a file /etc/apt/apt.conf with the line

APT::Cache-Limit 10000000;

The exact max. number is somewhere in the apt documentation.
Then it should work (did for me :) ...


Cheers,
Erich



Reply to: