From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263357AbTLLAlz (ORCPT ); Thu, 11 Dec 2003 19:41:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264419AbTLLAlz (ORCPT ); Thu, 11 Dec 2003 19:41:55 -0500 Received: from sccrmhc13.comcast.net ([204.127.202.64]:36483 "EHLO sccrmhc13.comcast.net") by vger.kernel.org with ESMTP id S263357AbTLLAlx (ORCPT ); Thu, 11 Dec 2003 19:41:53 -0500 Message-ID: <003a01c3c048$bf1664c0$0716a8c0@carbon> From: "Rob Roschewsk" To: References: <20031211222311.GH15401@matchmail.com> <20031211230511.GI15401@matchmail.com> Subject: shm Date: Thu, 11 Dec 2003 19:41:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi All, I need some pointers for using shared memory .... if this isn't the place to ask then certainly suggest another. Assume I have all of the physical RAM I need ... I want to be able to use the maximum amount of shared memory for memory mapped files. I'm guessing the largest SHM segment I can expect is 4GB .. correct??? What else competes for shared memory??? (ramdisks??? initrd???) Any help would be appreciated. Thanks, Rob