mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increased ARG_MAX even further...to 64k bytes.
This commit is contained in:
parent
866dba7305
commit
3f6254c656
1 changed files with 2 additions and 2 deletions
|
|
@ -31,10 +31,10 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)syslimits.h 8.1 (Berkeley) 6/2/93
|
||||
* $Id: syslimits.h,v 1.2 1994/08/02 07:53:42 davidg Exp $
|
||||
* $Id: syslimits.h,v 1.3 1994/08/07 23:00:50 wollman Exp $
|
||||
*/
|
||||
|
||||
#define ARG_MAX 40960 /* max bytes for an exec function */
|
||||
#define ARG_MAX 65536 /* max bytes for an exec function */
|
||||
#define CHILD_MAX 40 /* max simultaneous processes */
|
||||
#define LINK_MAX 32767 /* max file link count */
|
||||
#define MAX_CANON 255 /* max bytes in term canon input line */
|
||||
|
|
|
|||
Loading…
Reference in a new issue