> ---
> // include/linux/binfmts.h
> /*
>  * MAX_ARG_PAGES defines the number of pages allocated for arguments
>  * and envelope for the new program. 32 should suffice, this gives
>  * a maximum env+arg of 128kB w/4KB pages!
>  */
> #define MAX_ARG_PAGES 32
> ---

Yes, this is how it is defined on Centos.

I just checked on Suse 10.1 where I can compile Module::Build just
fine and the #define is the same there as well!

What does this mean?

Reply via email to