From owner-freebsd-fs@FreeBSD.ORG Wed Sep 25 09:03:05 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C07A438 for ; Wed, 25 Sep 2013 09:03:05 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [IPv6:2a00:1450:4010:c04::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 09FD82416 for ; Wed, 25 Sep 2013 09:03:04 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id o14so4733190lbi.18 for ; Wed, 25 Sep 2013 02:03:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=wK/2Pp6m3RmAwM6QuDZv+kIdBgIFxfmqlPh4rKA+9Cs=; b=jBnn1As3lD+pirejK7u36NsB0kZDy4vfNvPrC/IMQnb/xCQBNZ53s81Kf44xEY+dTw rwDQg7YL878RCTHAJ2A0WW2kfbcFrW+nPViRZXYhKemibNblT+7KCrSg+NT0VKkXiZFn E9Cn6GLjn5jsc7a2tSjI7AGIUPAmpQqMr2fCXm6itsA63uu4EAcV4iba92qbRZMzNa92 4VHKuczDiWWjuHY385jTUkVrcTzdJ9LEt7KB+fr8Qxx+5yBe2W72pnFNeNvwMHk9Tm+R xBQqRs27C77fKolF9WxzLBD0CVC7GtzUxG3REVFK68wkBZA4G/fSotzqcGHAZFhyQay8 /HTw== X-Received: by 10.112.72.229 with SMTP id g5mr28528761lbv.10.1380099782910; Wed, 25 Sep 2013 02:03:02 -0700 (PDT) Received: from [192.168.1.130] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPSA id u20sm18219938lbh.7.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Sep 2013 02:03:02 -0700 (PDT) Message-ID: <5242A6C5.6050303@gmail.com> Date: Wed, 25 Sep 2013 12:03:01 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-fs Subject: DEBUG mode and ZFS arc size Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 09:03:05 -0000 Hi all. I have some problems on one of my machines and I have recompiled kernel there with: option KDB option KDB_TRACE option KDB_UNATTENDED option DDB option DEBUG_MEMGUARD option DEBUG_REDZONE option INVARIANTS option INVARIANT_SUPPORT option DIAGNOSTIC option WITNESS option WITNESS_SKIPSPIN Before this ZFS can take gigs of memory (there are 64Gb RAM on the server) but now it only takes not more than 4Gb. Am I missing something in my configuration or is this the way it should work? -- Sphinx of black quartz, judge my vow.