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

--- Comment #4 from Ben RUBSON <ben.rub...@gmail.com> ---
Hello,

I'm also facing this issue where PATH_MAX is too small (FreeBSD 10.3).

Is there any plan to :
- increase this value to a higher value ?
- make this value user-tunable ?
- remove this limitation ?

As a workaround, where can we change it by ourselves ?
find /usr/src/ -type f -exec grep -i "define.*path.*1024" {} \; -ls
There are a lot of defines which are related to paths and hard-coded to 1024,
so could be quite tricky to make this change without side-effects.

Thank you very much !

Ben

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to