摘要:        
kernel.shmmni 参数是控制共享内存段总数量kernel.shmall 参数是控制共享内存页数,是全部允许使用的共享内存总量 shmall=shmmax/pagesize ( getconf PAGE_SIZE ) 。kernel.shmmax 是单个共享内存段允许使用的最大值shmmax 设置应该足够大,能在一个共享内存段下容纳下整个的SGA ,设置的过低可能会导致需要创建多个共享内存段,这样可能导致系统性能的下降 一般设置shmmax >=SGA英文原文:SHMMAX Available physical memory Defines the maximum allowab    阅读全文
posted @ 2012-06-20 17:30
jimeper
阅读(820)
评论(0)
推荐(0)
        
            
        
        
摘要:        
The workaround, if you encounter the ORA-00845 error, is to increase the /dev/shmmountpoint size.For example:# mount -t tmpfs shmfs -o size=7g /dev/shmTo make this change persistent across system restarts, add an entry in /etc/fstabsimilar to the following:shmfs /dev/shm tmpfs size=7g 0Starting with    阅读全文
posted @ 2012-06-20 17:26
jimeper
阅读(1641)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号