[Bug 208154] please increase ARG_MAX

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 21 05:01:40 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208154

Konstantin Belousov <kib at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |avg at FreeBSD.org,
                   |                            |kib at FreeBSD.org

--- Comment #3 from Konstantin Belousov <kib at FreeBSD.org> ---
ARG_MAX sizes the exec_map submap, the current formula is 16 *
round_page(PATH_MAX + ARG_MAX).  Increasing ARG_MAX would consume (much) more
KVA on KVA-starved architectures, basically all 32bits, esp. PAE-like configs.

I believe that this was discussed at least once, with Andrey (?).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-amd64 mailing list