From owner-freebsd-current@FreeBSD.ORG Thu Aug 14 08:36:03 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC521486 for ; Thu, 14 Aug 2014 08:36:03 +0000 (UTC) Received: from joe.nabble.com (216-139-250-139.aus.us.siteprotect.com [216.139.250.139]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C06CE2568 for ; Thu, 14 Aug 2014 08:36:02 +0000 (UTC) Received: from sam.nabble.com ([192.168.236.26]) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1XHqVe-0004Uv-G7 for freebsd-current@freebsd.org; Thu, 14 Aug 2014 01:35:46 -0700 Date: Thu, 14 Aug 2014 01:35:31 -0700 (PDT) From: Beeblebrox To: freebsd-current@freebsd.org Message-ID: <1408005331438-5938162.post@n5.nabble.com> Subject: shmget (No space left on device) issue with firefox MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2014 08:36:03 -0000 I have been having difficulty getting firefox to work, so I built it with DEBUG and this error shows up when starting with "$ firefox -safe-mode" => "shmget failed: error 28 (No space left on device)" What "Shared Memory" setting do I need to change so as to get rid of this error? Alternatively, is this a mozilla bug? shmall looks sufficiently large to me, and setting it to "unlimited" seems a bit risky. My Shared Memory settings ATM on 4G physical RAM: $ ipcs -M shmmax: 536870912 shmmin: 1 shmmni: 192 shmseg: 128 shmall: 131072 MEMORY INFORMATION: mem_wire: 1543798784 ( 1472MB) [ 39%] mem_active: + 451334144 ( 430MB) [ 11%] mem_inactive:+ 1510998016 ( 1441MB) [ 38%] mem_cache: + 0 ( 0MB) [ 0%] mem_free: + 378961920 ( 361MB) [ 9%] mem_gap_vm: + 1544192 ( 1MB) [ 0%] -------------- ------------ ----------- ------ mem_all: = 3886637056 ( 3706MB) [100%] mem_gap_sys: + 123482112 ( 117MB) -------------- ------------ ----------- mem_phys: = 4010119168 ( 3824MB) mem_gap_hw: + 284848128 ( 271MB) -------------- ------------ ----------- mem_hw: = 4294967296 ( 4096MB) ----- FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS -- View this message in context: http://freebsd.1045724.n5.nabble.com/shmget-No-space-left-on-device-issue-with-firefox-tp5938162.html Sent from the freebsd-current mailing list archive at Nabble.com.