Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> 10gR2 - linux

10gR2 - linux

From: sol beach <sol.beach_at_gmail.com>
Date: Thu, 4 Aug 2005 11:32:02 -0700
Message-ID: <40a16b360508041132106021cc@mail.gmail.com>


The documentation has error of ommission; as shown below - Using any text editor, create or edit the /etc/sysctl.conf file, and add or edit lines similar to the following:

kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128

fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
rmem_default = 262144
rmem_max = 262144
wmem_default = 262144
wmem_max = 262144
===============================================
The lines below are what is REALLY required.
net.core.rmem_default = 262144
net.core.rmem_max = 262144
net.core.wmem_default = 262144
net.core.wmem_max = 262144
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Aug 04 2005 - 13:34:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US