From owner-freebsd-net@FreeBSD.ORG Wed Mar 30 14:33:05 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED9E41065673 for ; Wed, 30 Mar 2011 14:33:05 +0000 (UTC) (envelope-from lacombar@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B5D2D8FC08 for ; Wed, 30 Mar 2011 14:33:05 +0000 (UTC) Received: by iwn33 with SMTP id 33so1647410iwn.13 for ; Wed, 30 Mar 2011 07:33:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=48Akc4g8AU2erehAy2/qkTBDqBRZjhVg9qn6IWljfz8=; b=bjMhQ7A44sbP6RqV0YJLQyaC1OrjxAlIJDcWNu1xUkyDc4ocZVlH9x5/0BiHbs99tN 9JWIxo0f8hJHtyCKXdMMBmu+yqLbOzpJYnnAxmaclNkC5NKNwWKT++Ummevdvvp1ar2c Ml4YfR4N2Z3tuFHfaL9lf5jpORM1DRXUy8dvQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=p7+50f/PGH6A5W7I046PHt/ZNl2nTSk4ELjNFy6wt/zMnq27LZpU7/UMKkCXMbDfEQ u1cUmBPM/HJrgju0yQXOn2q0xrx+X6eJUBVzXnxRoPulVJdnvUXnq5mOqvML1Htmf8Ju ommeSt/8lz6scS7n7QbdI6zypgc8sKUXfKA5U= MIME-Version: 1.0 Received: by 10.231.197.27 with SMTP id ei27mr1210172ibb.198.1301495585062; Wed, 30 Mar 2011 07:33:05 -0700 (PDT) Received: by 10.42.146.72 with HTTP; Wed, 30 Mar 2011 07:33:05 -0700 (PDT) In-Reply-To: <4D92C673.2080107@zonov.org> References: <4D923931.2070606@zonov.org> <4D92C673.2080107@zonov.org> Date: Wed, 30 Mar 2011 10:33:05 -0400 Message-ID: From: Arnaud Lacombe To: Andrey Zonov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org, Jack Vogel Subject: Re: igb(4) won't start with "igb0: Could not setup receive structures" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2011 14:33:06 -0000 Hi, On Wed, Mar 30, 2011 at 1:58 AM, Andrey Zonov wrote: > My point is if you're using machine with 8 CPUs than maxusers/clusters/9k > mbufs should have been increased by system, because on this machine minimum > 2Gb memory is available. > I am doubtful that the number of CPU[0] or number of users (yes, I know `maxusers' is currently used to compute the default `nmbcluster'...) can be linked to any network load pattern at all. You can have a 24 CPU machine made for 4096 users with a single NIC, not requiring much memory, while a 1 CPU machine with only 1 users can have +8 NIC and require a huge quantity of memory. Available KVM space should also be taken into account, as it is rather limited on i386. - Arnaud [0]: even more today where you can have a huge number of virtual CPU.