> My last reply was made when I was exhausted. Sorry.
>
> Reconsidering
>
> According to my /usr/include/asm/shmparam.h,
> SHMMAX (should be) <= (PAGE_SIZE << _SHM_IDX_BITS) = (4096 bytes << 15)
> = 128MB.
>
> I still don't see where to find the PAGE_SIZE value, although 4096 seems
> to be
Gregory Bittar <[EMAIL PROTECTED]> writes:
> According to my /usr/include/asm/shmparam.h,
> SHMMAX (should be) <= (PAGE_SIZE << _SHM_IDX_BITS) = (4096 bytes << 15)
> = 128MB.
Mine is just:
#define SHMMAX 0x200
> I still don't see where to find the PAGE_SIZE value, although 4096 seems
> to