From owner-svn-src-all@FreeBSD.ORG Tue Nov 8 15:49:46 2011 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86DEA106564A; Tue, 8 Nov 2011 15:49:46 +0000 (UTC) (envelope-from marcel@xcllnt.net) Received: from mail.xcllnt.net (mail.xcllnt.net [70.36.220.4]) by mx1.freebsd.org (Postfix) with ESMTP id 53FA28FC12; Tue, 8 Nov 2011 15:49:46 +0000 (UTC) Received: from sa-nc-common3-50.static.jnpr.net (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by mail.xcllnt.net (8.14.5/8.14.5) with ESMTP id pA8Fnc3j051828 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 8 Nov 2011 07:49:45 -0800 (PST) (envelope-from marcel@xcllnt.net) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Marcel Moolenaar In-Reply-To: <20111108102623.GA60772@gpr.nnz-home.ru> Date: Tue, 8 Nov 2011 07:49:35 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201111071621.pA7GLob4087040@svn.freebsd.org> <20111108102623.GA60772@gpr.nnz-home.ru> To: Gennady Proskurin X-Mailer: Apple Mail (2.1251.1) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, Marcel Moolenaar , src-committers@FreeBSD.org Subject: Re: svn commit: r227310 - head/sys/fs/tmpfs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2011 15:49:46 -0000 On Nov 8, 2011, at 2:26 AM, Gennady Proskurin wrote: > TMPFS is not usable without swap, it should have better algorithms to = adjust > it's size, depending on amount of memory/swap available. >=20 > # swapoff -a > # swapinfo=20 > Device 1K-blocks Used Avail Capacity >=20 > # top > Mem: 253M Active, 282M Inact, 933M Wired, 3972K Cache, 135M Buf, 491M = Free > Swap:=20 >=20 > # df -h /tmp > Filesystem Size Used Avail Capacity Mounted on > tmpfs 436k 436k 0B 100% /tmp >=20 > no free space on /tmp >=20 > # uname -a > FreeBSD gpr.drweb.com 9.0-BETA2 FreeBSD 9.0-BETA2 #0 r225446M: Thu Sep = 8 17:30:46 MSK 2011 = gpr@gpr.drweb.com:/usr/obj/usr/src/freebsd-head/sys/DRW_A amd64 Thanks, for the report. Can you file a PR so that we can track this. Thanks! --=20 Marcel Moolenaar marcel@xcllnt.net