From owner-freebsd-embedded@FreeBSD.ORG Thu Sep 19 21:11:11 2013 Return-Path: Delivered-To: freebsd-embedded@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 ESMTP id C6B6C579 for ; Thu, 19 Sep 2013 21:11:11 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-vc0-f174.google.com (mail-vc0-f174.google.com [209.85.220.174]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E4022A31 for ; Thu, 19 Sep 2013 21:11:11 +0000 (UTC) Received: by mail-vc0-f174.google.com with SMTP id gd11so6811823vcb.19 for ; Thu, 19 Sep 2013 14:11:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=Bi4rt8vGKu6JGl3kDGFk0u7NVhlXBxR2QpdzVgIwR8o=; b=VjpyVxDsJuuiy/3XgFuMG4EB0VGgcq8U/k0ktW6vZ40UeTcTPm4cxSMF8V82vyGfMj 3vYVEqQh3L4LuYkGb4b+XffyB7UOu/otVK4apwBKqnZmKBhAy7JVTB0YNfwHY5WslMUp IiQgdtRhPQuUiXpkpfR1jiuSZm1M0FPEZi/smKSf9DevNU4PQ7KKf2jRgzLg05jGZ7+7 IH31IYftU+82Y3/zSDHewn4psf4ppeUKBSGfLsg5gObKzBFD0czopgB2hCSq6D0I1NQ9 qvsoJjbh5yolQfIZn2wR4+vcBSaVL7JdaLBcq4qxImDkc5r1MKkUe9hMpQSqiCr1/itn c+LA== X-Gm-Message-State: ALoCoQnQoL78c4r/us5dYjMnDUZ2dADbZHBOzhv8alnhvIoU3S4Xpln0XpXBvi12T2lWW9x4M72d X-Received: by 10.52.34.76 with SMTP id x12mr25585vdi.96.1379618196610; Thu, 19 Sep 2013 12:16:36 -0700 (PDT) Received: from monkey-bot.int.fusionio.com ([209.117.142.2]) by mx.google.com with ESMTPSA id s17sm8360873vdg.5.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Sep 2013 12:16:36 -0700 (PDT) Sender: Warner Losh Subject: Re: Dlink DIR-825 B1 trial Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Thu, 19 Sep 2013 13:16:34 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1378316083.1706.0.camel@localhost> <9165aa958e7dc206da3515146181c14b.squirrel@arroway.org> <1378325846.1706.2.camel@localhost> To: hiren panchasara X-Mailer: Apple Mail (2.1085) 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 21:11:11 -0000 On Sep 19, 2013, at 12:20 PM, hiren panchasara wrote: > On Thu, Sep 19, 2013 at 10:49 AM, Adrian Chadd = wrote: >=20 >> 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.) >>=20 > VM_KMEM_SIZE_SCALE=3D1 is already there for amd64. Where apparently = auto > tuning works. >=20 > I do not see why it has to be 3 for the rest of the platforms. >=20 > Has anyone checked if autotuning works on other platforms? I do not = think > so. I'm unsure why it is 3 on all the other platforms. I'd imagine that at = least mips and arm could be change. Especially the newer/bigger ones = (armv6 and mips64). the autotune code wasn't tested against smaller = systems and there's been much pain because of it... Warner >>=20 >> -adrian >>=20 >>=20 >> On 19 September 2013 10:37, hiren panchasara = wrote: >>=20 >>> 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" >>>=20 >>>=20 >>> matheus, I bet you have pretty low maxmbufmem. To bump it up, add >>> following line in your kernconf file: >>> options VM_KMEM_SIZE_SCALE=3D1 >>>=20 >>> Let me know if that helps. >>>=20 >>> Cheers, >>> Hiren >>>=20 >>>=20 >>>=20 >>=20 > _______________________________________________ > freebsd-embedded@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-embedded > To unsubscribe, send any mail to = "freebsd-embedded-unsubscribe@freebsd.org"