bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Argument list too long (how to remove the limit)


From: Bob Proulx
Subject: Re: Argument list too long (how to remove the limit)
Date: Mon, 25 Jan 2010 20:14:59 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

Peng Yu wrote:
> I got the following message. Is there a way to configure bash such
> that there is not a limit like this?
> 
> /bin/bash: Argument list too long

This is a kernel limitation not a bash limitation.  Note that POSIX
only requires that 4k be available.  However some kernels have removed
this limitation and are limited only by available virtual memory.  You
didn't say what kernel you were using.  (e.g. 'uname -a')

In any case this FAQ should be useful.

  http://www.gnu.org/software/coreutils/faq/#Argument-list-too-long

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]