From oracle-l-bounce@freelists.org Thu Aug 4 13:34:06 2005 Return-Path: Received: from air891.startdedicated.com (root@localhost) by orafaq.com (8.12.10/8.12.10) with ESMTP id j74IY6B4032221 for ; Thu, 4 Aug 2005 13:34:06 -0500 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air891.startdedicated.com (8.12.10/8.12.10) with ESMTP id j74IY0IP032206 for ; Thu, 4 Aug 2005 13:34:00 -0500 Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 286C61DBE58; Thu, 4 Aug 2005 13:33:54 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01806-02; Thu, 4 Aug 2005 13:33:54 -0500 (EST) Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9EDCD1DC318; Thu, 4 Aug 2005 13:33:53 -0500 (EST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pU+9Pn9yHkckLHruBQuJZCD7E30036G5AYqhbyeYsHxm4DqjZQiDTJDpwx598rbzmQf6C+XI6jkpILXHqADNKXsLAGjebw828stio45OIPqBcqQXLK+uJsaVVzDjH5n0gwFIZlJWYx6BYOKX0kgypJYND++DhqcqwPArvn4Sn4o= Message-ID: <40a16b360508041132106021cc@mail.gmail.com> Date: Thu, 4 Aug 2005 11:32:02 -0700 From: sol beach To: Oracle-L Freelists Subject: 10gR2 - linux Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by Ecartis Content-Disposition: inline X-archive-position: 23422 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: sol.beach@gmail.com Precedence: normal Reply-To: sol.beach@gmail.com X-list: oracle-l X-Virus-Scanned: by amavisd-new-20030616-p9 (Debian) at avenirtech.net X-mailscan-MailScanner-Information: Please contact the ISP for more information X-mailscan-MailScanner: Found to be clean X-MailScanner-From: oracle-l-bounce@freelists.org X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on air891.startdedicated.com X-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 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