Displaying 1 result from an estimated 1 matches for "shmem_siz".
Did you mean:
shmem_size
1999 Jan 29
0
MAX_OPEN_FILES - message & changeing
...even opening help on Microsoft Word opens 13 files!
MAX_OPEN_FILES is a hash define in local.h in the Samba source and can be
tweeked - this is for 1.9.18p10 - John Blair's Samba book covers this - p72.
Then recompile.
Beware this will if you let it change the default shared 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...