Re: Could ARG_MAX be increased?

From: Ceri Davies <ceri_at_submonkey.net>
Date: Thu, 23 Sep 2004 14:59:21 +0100
On Thu, Sep 23, 2004 at 04:54:56PM +0300, Putinas Piliponis wrote:
> 
> > -----Original Message-----
> > From: owner-freebsd-current_at_freebsd.org
> > [mailto:owner-freebsd-current_at_freebsd.org] On Behalf Of Cyrille Lefevre
> > Sent: Thursday, September 23, 2004 4:47 PM
> > To: Juha Saarinen; freebsd-current_at_freebsd.org
> > Subject: Re: Could ARG_MAX be increased?
> > 
> > "Juha Saarinen" <juhasaarinen_at_gmail.com> wrote:
> > > Currently, ARG_MAX is set to:
> > > 
> > > $ getconf ARG_MAX
> > > 65536
> > >  
> > > in syslimits.h. This is quite low compared to other OS (SunOS has 1MB
> > > IIRC, and OpenBSD 3.5 256K) and causes the "argument list too long"
> > > issues when for instance grep'ing in directories with lots of files.
> > 
> > 
> > how about grep -r ou find | xargs grep !
> > 
> 
> but this is workaround - isn't it ? 

Well yes, but you need to know how to workaround this.  Otherwise, what
happens when you hit ARG_MAX limit?  You lobby the developer of that
system to up the number and then upgrade?

Ceri
-- 
It is not tinfoil, it is my new skin.  I am a robot.

Received on Thu Sep 23 2004 - 11:59:23 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:13 UTC