From owner-freebsd-embedded@FreeBSD.ORG Thu Sep 19 17:37:49 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 06A65ED3; Thu, 19 Sep 2013 17:37:49 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ee0-x230.google.com (mail-ee0-x230.google.com [IPv6:2a00:1450:4013:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48B702CDD; Thu, 19 Sep 2013 17:37:48 +0000 (UTC) Received: by mail-ee0-f48.google.com with SMTP id l10so4317584eei.21 for ; Thu, 19 Sep 2013 10:37:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qS7lT1H+gGiYjfHVQAzx6jXjQj2VSzsVDKPUumNKRDs=; b=tRbvS5finXM1vWgGRqp5cp9pOaiBXskOnUvxMPNKnUp3lv6kEybdKV4jigitRBra5Q cxqOsXYccArirMk2EHqQm/oFhkdpQyC8EAvqByJz+Ah6j+s9XSRNo/sBB9BtanPMrbtp InAwaS6kT6Vrhtn0WUFoz0j/Yx4TCYitG1qBqj5sbJQq+OwnowiO8I9aZg7i8MvW6dhD 7Ud7Ao6T75PY60d/YHALXmmo0cVvM0LcGmV1lrruHriLNWj7aJ3cjBsCmRlAYpFVPSLr vCvY6Udcg1mB7K3EhIN1VcUcMvJmtz7Mmuu8w7bW3fxBzDYlyOnwb/Kjgu45yXnWMV0a nsnA== MIME-Version: 1.0 X-Received: by 10.14.199.3 with SMTP id w3mr3557754een.33.1379612266524; Thu, 19 Sep 2013 10:37:46 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Thu, 19 Sep 2013 10:37:46 -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:37:46 -0700 Message-ID: Subject: Re: Dlink DIR-825 B1 trial From: hiren panchasara To: Adrian Chadd , Nenhum_de_Nos Content-Type: text/plain; charset=UTF-8 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:37:49 -0000 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