Re: [GENERAL] shared memory settings: SHMMAX and SHMALL

2001-03-15 Thread Matthew Rice
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 be a

Re: [GENERAL] shared memory settings: SHMMAX and SHMALL

2001-03-15 Thread Tatsuo Ishii
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 a general