Selam, kernel.shmall parametresi ile kernel.shmmax farkli seylerdir. SHMMAX "Maximum Total Shared Memory" anlamina geliyor.
SHMALL ise: "This parameter sets the total amount of shared memory pages that can be used system wide. Hence, SHMALL should always be at least ceil(shmmax/PAGE_SIZE). The default size for SHMALL in RHEL 3/4 and 2.1 is 2097152 which is also Oracle's recommended minimum setting for 9i and 10g on x86 and x86-64 platforms. In most cases this setting should be sufficient since it means that the total amount of shared memory available on the system is 2097152*4096 bytes (shmall*PAGE_SIZE) which is 8 GB. PAGE_SIZE is usually 4096 bytes unless you use Big Pages or Huge Pages which supports the configuration of larger memory pages." Yani shmall x page_size = shmmax seklinde olmalidir. Saygilar Ozgur 20 Eylül 2012 20:42 tarihinde Gokan Atmaca <[email protected]> yazdı: > Merhaba > > Anlamadıgım bir konuyu size sormak istedim ; > > ( kernel.shmall tüm memory nin page size ı kadar olmalıdır.) bun dan ne > anlamam gerekiyor ? :) Acaba kasıt edilen /dev/shm midir ? > > > Tesekkürler... _______________________________________________ Linux E-Posta Listesi [email protected] Liste kurallari: http://liste.linux.org.tr/kurallar.php Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 dakika içinde üyeliğinizi sonlandırabilirsiniz. https://liste.linux.org.tr/mailman/listinfo/linux
