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

Konstantin Belousov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #3 from Konstantin Belousov <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "[email protected]"

Reply via email to