Displaying 1 result from an estimated 1 matches for "shmem_szi".
Did you mean:
shmem_szie
1999 Jan 29
0
MAX_OPEN_FILES - message & changeing
...d memory size -
SHMEM_SIZE - another define which uses MAX_OPEN_FILES in local.h. This may
cause problems since certainly under Solaris shared memory does not vanish on
the last detach - you have to reboot OR use ipcrm(1) to remove IF you allow
the size to change. I changed the define to keep SHMEM_SZIE the same - ie
made the following diff:
*** local.h.dist Mon Mar 23 18:31:38 1998
--- local.h Fri Jan 29 11:39:42 1999
***************
*** 34,44 ****
MAX_CONNECTIONS services, but any number of machines may connect at
one time. */
#define MAX_CONNECTIONS 127
! #define MAX_O...