Klaas,
From SAM's help on Kernel Configurable Parameters:
"shmmax defines the system-wide maximum allowable shared memory
segment size in bytes. Any shmget() system call that requests a
segment larger than this limit returns an error (see shmget(2)).
Setting this value to 0x7fffffff has the effect of disabling this limit,
allowing the operating system to impose its own hard limit for shared
memory. "
Pete
Pete