From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 7 21:11:35 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04CEF37B401 for ; Thu, 7 Aug 2003 21:11:35 -0700 (PDT) Received: from mail.tinkerbox.org (adsl-64-168-139-138.dsl.snfc21.pacbell.net [64.168.139.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6FB43FAF for ; Thu, 7 Aug 2003 21:11:34 -0700 (PDT) (envelope-from bruno@tinkerbox.org) Received: from [192.168.137.4] (unknown [192.168.137.4]) by mail.tinkerbox.org (Postfix) with ESMTP id 4DDDE19D4 for ; Thu, 7 Aug 2003 21:11:34 -0700 (PDT) Date: Thu, 7 Aug 2003 21:11:44 -0700 (PDT) From: bruno schwander X-Sender: bruno@duron.bschwand.net To: freebsd-hackers@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: sysctl kern.ipc.shm* description ? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 04:11:35 -0000 Is there a good explanation of what those variables are and the dangers/advantages of changing them ? I ask because I determined one port (multimedia/nuppelvideo) needs more shared memory to run (on my system). But when I changed some of the kern.ipc.shm* sysctl, the program ran for 15 sec and then the system froze and rebooted after a couple seconds. bruno