https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=59912
Edward Tomasz Napierala <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Edward Tomasz Napierala <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
