I installed FreeBSD 10 and now I want to change ARG_MAX value
Which file I have to patch in /usr/src?
Please help.
Thanks.
Code:
getconf ARG_MAX
262144
Code:
root@freebsd:/usr/src # grep ARG_MAX */*
include/limits.h:#define _POSIX_ARG_MAX 4096
include/unistd.h:#define _SC_ARG_MAX 1
Please help.
Thanks.
Last edited by a moderator: