[Bug 59912] mremap() implementation lacking
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 14 12:58:13 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=59912
Edward Tomasz Napierala <trasz at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |trasz at FreeBSD.org
--- Comment #8 from Edward Tomasz Napierala <trasz at FreeBSD.org> ---
FWIW, this is what breaks apt(8); it fails with:
E: Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start.
The workaround is to:
echo "APT::Cache-Start 251658240;" >>
"/compat/ubuntu/etc/apt/apt.conf.d/00freebsd"
I'm considering adding this workaround to sysutils/deboostrap; apt(8) seems to
be only thing I've seen that's affected by the mremap problem.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list