From owner-freebsd-net@FreeBSD.ORG Thu Mar 31 22:07:34 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 26653106566B for ; Thu, 31 Mar 2011 22:07:34 +0000 (UTC) (envelope-from joesuf4@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id CF4178FC12 for ; Thu, 31 Mar 2011 22:07:33 +0000 (UTC) Received: by vws18 with SMTP id 18so2789148vws.13 for ; Thu, 31 Mar 2011 15:07:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=X3NZg870jVIK00CQIVryZAvdvT5pp8+r9Iwl7Bam+uo=; b=dnJet5R31Z1EAwGfGJLtJ8W09XjT3mVyFEn7pmcKx9xRf2Ss0iGehxukOfTeXe59RB 1ZU6hd8jQTKCK5jZljBqjptkNtR5sun76+xRKo9L5xsXQVzPjH1aD2IYU0KWe+/wjxGu bHqKyA5mjhXGBFC8F87Ami1gt6miHpqG9Nh+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=x9h+YFNsYX7rthY5qQn7BV797PE0fPr15QczPc9H4D3RQ9OxyzC/zyoURcnXVXRp4c 3uGvX4q+woRnSAagHy+7i7jw8av2bgAkyZ37P5bRbThkWt9A1ynixUyNwnlRCABzymzV sgD+tyTMI0PeusrjpA+GkMhaNI+su6Hkv19ps= MIME-Version: 1.0 Received: by 10.52.0.205 with SMTP id 13mr4150116vdg.58.1301607950566; Thu, 31 Mar 2011 14:45:50 -0700 (PDT) Received: by 10.52.164.132 with HTTP; Thu, 31 Mar 2011 14:45:50 -0700 (PDT) Date: Thu, 31 Mar 2011 17:45:50 -0400 Message-ID: From: Joe Schaefer To: freebsd-net@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: any restrictions on nmbclusters vs nmbjumbop 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: Thu, 31 Mar 2011 22:07:34 -0000 I have the following config in boot/loader.conf kern.ipc.nmbclusters="65536" kern.ipc.nmbjumbop="65536" and having just tried running a host with that config the host stopped responding to commands (not even login worked) and I had to power cycle it. My situation is that I have a need for a large nmbjumbop setting but the nmbclusters size (according to netstat -m) can remain small. Is this possible or do I need to bump the nmbclusters to 128K in order to get nmbjumbop where I want (64K)?