We have a Solaris 9 server running Oracle 10G and have been getting memory consumption errors for a few weeks now

Posted by another_netadmin on Server Fault See other posts from Server Fault or by another_netadmin
Published on 2010-08-30T18:04:32Z Indexed on 2010/12/31 23:55 UTC
Read the original article Hit count: 138

Filed under:
|
|

We recently upgraded our Enterprise application and everything worked ok until one weekend when we did a server reboot, ever since then we have run into memory errors. The server has 4GB of physical memory installed and the kernel parameters are set to the following (/etc/system). I'm not an Oracle guy so I'm not sure where to start looking but any informaiton is greatly appreciated. Thanks in advance.

There are two databases running on this server, one is a production database and the other is a pre-production database.

[root@bandb /]# cat /etc/system | grep seminfo
set semsys:seminfo_semmni=100
set semsys:seminfo_semmns=2048
set semsys:seminfo_semmsl=400
set semsys:seminfo_semopm=100
set semsys:seminfo_semvmx=32767
[root@bandb /]# cat /etc/system | grep shminfo
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
[root@bandb /]#

© Server Fault or respective owner

Related posts about memory

Related posts about Oracle