Dynamic MMAP ran out of room
I always forget this, and wanted to post it here: if you ever get "Dynamic MMAP ran out of room" when apt-get updating, it's probably because you're pinning or getting ready to dist-upgrade. To fix it, just add this line to /etc/apt/apt.conf to increase the apt cache limit to 8MB:
APT::Cache-Limit "8388608";
0 Comments:
Post a Comment
<< Home