From owner-freebsd-fs@FreeBSD.ORG Tue Feb 8 11:23:30 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F0A610656C2 for ; Tue, 8 Feb 2011 11:23:30 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 142B88FC1F for ; Tue, 8 Feb 2011 11:23:29 +0000 (UTC) Received: by qyk8 with SMTP id 8so242926qyk.13 for ; Tue, 08 Feb 2011 03:23:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=cBbADovv+9irDSs3MLg0qIZ2QXJo69DzfGeBEDLNpYs=; b=BkqAgGg5TcLeX43V9OhCl4GWR5IQDnCKKCzE17spTB1t7+gOWg6dapenoNvZ09sTZE cY7xbYsE0lVn7OIPGxHxAAcvVYo01QQHZtN3g6/ixt0sAw93tAhcQnvYO8AZDOGEUAmW 346mkUkeQqBWJz0CMyc1ckCRQVVCMkG+kzVNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=teNXoCurcZ7wE4GEGQmioO7pp9JWHwNKm1THqSotnjiM815VxM6LF5XwLww8nKcl1a 1TVnhGITyXNUeeGzkE/UfXiGEfvc3EgVT06zkj9CoJz0wxWRiFpT+0gxWcjAWqYJu1D0 0i2xVc+7ilx8YmymOUsQwV41rLdkFZNMbTJUA= MIME-Version: 1.0 Received: by 10.229.249.78 with SMTP id mj14mr10240432qcb.25.1297162612921; Tue, 08 Feb 2011 02:56:52 -0800 (PST) Received: by 10.229.246.8 with HTTP; Tue, 8 Feb 2011 02:56:52 -0800 (PST) In-Reply-To: <20110208102727.GA8555@icarus.home.lan> References: <4D510BBB.1060708@kkip.pl> <20110208102727.GA8555@icarus.home.lan> Date: Tue, 8 Feb 2011 10:56:52 +0000 Message-ID: From: Tom Evans To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: Memory leak in ZFS? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 11:23:30 -0000 On Tue, Feb 8, 2011 at 10:27 AM, Jeremy Chadwick wrote: > Comparatively, Apache out-of-the-box defaults to mmap() and sendfile() > being disabled. =C2=A0BSD ftpd, however, is known to use sendfile > exclusively. > No, it doesn't. http://httpd.apache.org/docs/2.2/mod/core.html#enablesendfile Cheers Tom