Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2021 12:58:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 59912] mremap() implementation lacking
Message-ID:  <bug-59912-227-Vedy8ALHpT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-59912-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-59912-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D59912

Edward Tomasz Napierala <trasz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |trasz@FreeBSD.org

--- Comment #8 from Edward Tomasz Napierala <trasz@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-Sta=
rt.

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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-59912-227-Vedy8ALHpT>