> zone.max-shm-memory defines the maximum size of a > shared memory segment. So if it is set to 4Gig then > the maximum shared memory segment will be 4 Gig.
Sorry, but that is incorrect. zone.max-shm-memory limits the *total* amount of shared memory that can be allocated by a zone, *not* the size of a single segment. You are probably confusing this with the classic shmsys:shminfo_shmmax parameter which did limit the size of a single segment. Menno -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org