From owner-freebsd-fs@FreeBSD.ORG Sun May 17 20:05:45 2015 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1D09A33 for ; Sun, 17 May 2015 20:05:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBE231814 for ; Sun, 17 May 2015 20:05:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HK5ja5063858 for ; Sun, 17 May 2015 20:05:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 197789] (zfs+i386 No PAE) panic: kmem_malloc(36864): kmem_map too small: 431976448 total allocated Date: Sun, 17 May 2015 20:05:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mmoll@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-fs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 20:05:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197789 --- Comment #7 from Michael Moll --- It has been quite a while I used ZFS on i386, but from what I remember: - Default kernels can allocate 512MB max. as kmem (ALL kmem, not only ARC!) o That means ARC should be limited to 256MB or so, to still have room for other kernel tasks and some safety buffer. - Limiting the memory down to such values will make ZFS _very_ slow. - In general ZFS was not really designed for 32 bit systems anyway. - I used ZFS on i386 successfully with 4GB of RAM by setting: o options KVA_PAGES=512 in the custom kernel o vm.kmem_size and vm.kmem_size_max to 1536MB in loader.conf IMHO, at the end of the day the only advise here can be to move on to amd64 or if that's not possible to use a custom kernel with increased KVA_PAGES. -- You are receiving this mail because: You are the assignee for the bug.