Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: excessive swapping during rman backups on Linux 2.6
NetComrade wrote:
> On Mon, 15 Jan 2007 10:48:05 -0800, DA Morgan <damorgan_at_psoug.org>
> wrote:
>
>>> sysctl: >>> fs.file-max = 65536 >>> kernel.shmall = 1572864 >>> kernel.sem = 1000 32000 100 128 >>> kernel.shmmax = 6442450944 >>> net.ipv4.ip_local_port_range = 1024 65000 >>> vm.nr_hugepages=3100 >>> >>> ....... >>> We run Oracle 9iR2,10gR1/2 on RH4/RH3 and Solaris 10 (Sparc) >>> remove NSPAM to email >> Run the following as root >> >> /sbin/sysctl -p >> >> and compare with Oracle's recommendations which will be something >> close to this: >> >> fs.file-max = 65536 >> kernel.shmall = 2097152 >> kernel.shmmax = 2147483648 >> kernel.shmmni = 4096 >> kernel.sem = 250 32000 100 128 >> net.core.rmem_default = 1048576 >> net.core.rmem_max = 1048576 >> net.core.wmem_default = 262144 >> net.core.wmem_max = 262144 >> net.ipv4.ip_forward = 0 >> net.ipv4.conf.default.rp_filter = 1 >> net.ipv4.ip_local_port_range = 1024 65000
It was just a vanilla recommendation when I saw parameters that didn't look like the defaults. Basically elimination of the low hanging fruit.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace x with u to respond) Puget Sound Oracle Users Group www.psoug.orgReceived on Mon Jan 15 2007 - 23:11:51 CST
![]() |
![]() |