by jake

How can I fix the debian apt-get error: "E: Dynamic MMap ran out of room"

During apt-get update, you may see this error.
The simple way to solve it is like so:
cat << EOF >> /etc/apt/apt.conf
APT::Cache-Limit "10000000";(hit return here)
EOF (hit return again)

Thus, when you 'cat /etc/apt/apt.conf' it should contain:
APT::Cache-Limit "10000000";


This should allow you to apt-get update and avoid the above mentioned error.

 


 
Read more of   The Yak's Frequently Questioned Answers   (mod.2010-02-10)

442.   What is erlang (and why should I care?)   [aestetix/2008-06-01]
415.   what is a tabulator   [ross/2004-10-17]
384.   Where can I find good undergraduate summer research/internships?   [virgil/2003-10-03]
375.   What are two indispensable websites for traveling Europe?   [jake/2003-09-22]
290.   what is the maximum temperature for a socket 370 pentium 3?   [jesse/2001-11-27]
287.   How do I make a VCD (Video CD)?   [combee/2001-11-19]
283.   What is the beautiful font used in the movie "Bicentennial Man" ?   [rupe/2001-11-09]
276.   What is the recipe for Soylent Green yak drink?   [blink/2001-10-02] ( macki/2001-11-05 )
275.   whats an FQA?   [jesse/2001-09-28]
260.   What is the best language to search google with?   [kurt/2001-07-23]
174.   why doesnt an image change in a java applet when it changes on the server?   [jesse/2001-02-10]
135.   Why shouldn't I use RH7?   [rupe/2000-10-12]
117.   Where can I find information on character codes, and encoding issues?   [rupe/2000-09-12]
78.   Where can I find the latest copy of nmap?   [rupe/2000-04-22]