From owner-freebsd-embedded@FreeBSD.ORG Thu Sep 19 17:49:04 2013 Return-Path: Delivered-To: freebsd-embedded@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 6A3371DB; Thu, 19 Sep 2013 17:49:04 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D170A2D59; Thu, 19 Sep 2013 17:49:03 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id hn9so8425637wib.5 for ; Thu, 19 Sep 2013 10:49:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=5fiBnw6wo0jaM8jZnwzGOWkwTdDteb4wQN2qDWgDg6A=; b=tL7eoQnSBgRdRVYtpulK5qokJ1vZ2S2K7qzLb6gxKxyU8yo7/nncjEkyfJEth6gG2Q Wra+k4dmnCzl4gjabJFsQa0St1QCzKyZi0AzMGAjT01APvsMyuZS0jRnbs+/dCUGCXCs VVHMPau7vp2ypQxQh3yJDG2PXEv2lahqferSA6nH/oksY+yedwxcxJTXjBF5XIquMgVj 6kzz3D3D7gOvc59OsQvb7ITD2OT6oRnQVM2yjRFoZMXXd5gijwJ6Sdu3KCdlbjpQmamN 0DDkGaGTmq0ILZjxrek2Oz51Mjdn4WOoTefMh4/4uX80J16rhp9a2aObwi9drPocCwyM GEaQ== MIME-Version: 1.0 X-Received: by 10.194.122.99 with SMTP id lr3mr2360687wjb.21.1379612942099; Thu, 19 Sep 2013 10:49:02 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Thu, 19 Sep 2013 10:49:02 -0700 (PDT) In-Reply-To: References: <1378316083.1706.0.camel@localhost> <9165aa958e7dc206da3515146181c14b.squirrel@arroway.org> <1378325846.1706.2.camel@localhost> Date: Thu, 19 Sep 2013 10:49:02 -0700 X-Google-Sender-Auth: 5yTzS6U1WQcH8gHJ1Bf-h_-_e34 Message-ID: Subject: Re: Dlink DIR-825 B1 trial From: Adrian Chadd To: hiren panchasara Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-embedded@freebsd.org" X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Sep 2013 17:49:04 -0000 Well, I wonder whether this is the right fix, or the auto-tuning stuff needs to be rethought for RAM levels below their minimum testing (I think it was 128mb.) -adrian On 19 September 2013 10:37, hiren panchasara wrote: > I've sent a proposed fix on this list yesterday but Just thought of > following up here regarding > "[zone: mbuf_cluster] kern.ipc.nmbclusters limit reached" > > > matheus, I bet you have pretty low maxmbufmem. To bump it up, add > following line in your kernconf file: > options VM_KMEM_SIZE_SCALE=1 > > Let me know if that helps. > > Cheers, > Hiren > > >