update comment for segmentXargs
This commit is contained in:
parent
32b3bed086
commit
7cb2f91f5b
1 changed files with 4 additions and 2 deletions
|
@ -114,6 +114,8 @@ segmentXargs l = go l [] 0 []
|
||||||
len = length f
|
len = length f
|
||||||
newlen = accumlen + len
|
newlen = accumlen + len
|
||||||
|
|
||||||
{- 10k of filenames per command, well under Linux's 20k limit;
|
{- 10k of filenames per command, well under 100k limit
|
||||||
- allows room for other parameters etc. -}
|
- of Linux (and OSX has a similar limit);
|
||||||
|
- allows room for other parameters etc. Also allows for
|
||||||
|
- eg, multibyte characters. -}
|
||||||
maxlen = 10240
|
maxlen = 10240
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue