Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2019 02:41:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 241710] please increase ARG_MAX
Message-ID:  <bug-241710-227-gBLbiLbw0r@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241710-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241710-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=3D241710

--- Comment #27 from commit-hook@freebsd.org ---
A commit references this bug:

Author: pfg
Date: Sat Dec 21 02:40:41 UTC 2019
New revision: 355968
URL: https://svnweb.freebsd.org/changeset/base/355968

Log:
  MFC r355828:
  Double the size of ARG_MAX on LP64 platforms.

  As modern software keeps growing in size, we get requests to update the
  value of ARG_MAX in order to link the resulting object files. Other OSs
  have much higher values but increasiong ARG_MAX has a multiplied effect on
  KVA, so just bumping this value is dangerous in some archs like ARM32 that
  can exhaust KVA rather easily.

  While it would be better to have a unique value for all archs, other OSs
  (Illumos in particular) can have different ARG_MAX limits depending on the
  platform,  For now we want to be really conservative so we are avoidng
  the change on ILP32 and in the alternative case we only double it since t=
hat
  seems to work well enough for recent Code Aster.

  Bump the _FreeBSD_version for this change.

  PR:           241710

Changes:
_U  stable/12/
  stable/12/sys/sys/param.h
  stable/12/sys/sys/syslimits.h

--=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-241710-227-gBLbiLbw0r>