public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* MAX_ARG_PAGES has no effect?
@ 2005-08-31  0:18 Nick Matteo
  2005-08-31 12:11 ` Ingo Molnar
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Matteo @ 2005-08-31  0:18 UTC (permalink / raw)
  To: linux-kernel

The other day I was running a grep on a big directory tree and got a 
"Argument list too long" error.  Since I'd like to have this work 
without messing with find and xargs each time, I went into 
include/linux/binfmts.h and changed

#define MAX_ARG_PAGES 32

to

#define MAX_ARG_PAGES 64

I recompiled and installed the kernel, but there's no change (getconf 
ARG_MAX still gives 131072.)  What am I missing?

I am running 2.6.13 on amd64.

Thanks,
Nick Matteo

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-09-01  8:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-31  0:18 MAX_ARG_PAGES has no effect? Nick Matteo
2005-08-31 12:11 ` Ingo Molnar
2005-08-31 12:25   ` Jakub Jelinek
2005-08-31 23:29   ` Andi Kleen
2005-09-01  6:57     ` Ingo Molnar
2005-09-01  7:26       ` Andi Kleen
2005-09-01  8:30         ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox