From owner-freebsd-arm@freebsd.org Mon Dec 14 21:02:19 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2876DA44E33 for ; Mon, 14 Dec 2015 21:02:19 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from olinguito.schwarzes.net (olinguito.schwarzes.net [IPv6:2a01:4f8:7d:1b5::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A32F61006 for ; Mon, 14 Dec 2015 21:02:18 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from [62.109.78.35] (mosquito.schwarzes.net [62.109.78.35]) (authenticated bits=0) by olinguito.schwarzes.net (8.15.2/8.15.2) with ESMTPA id tBEL2Fto060888 for ; Mon, 14 Dec 2015 22:02:15 +0100 (CET) (envelope-from freebsd.asc@strcmp.org) From: Andreas Schwarz To: freebsd-arm@FreeBSD.org Mail-Reply-To: Andreas Schwarz Mail-Followup-To: freebsd-arm@FreeBSD.org Date: Mon, 14 Dec 2015 22:02:14 +0100 (CET) Message-ID: <4762fd582e7.3808a64f@mail.schwarzes.net> In-Reply-To: <566F0CB2.8000201@denninger.net> References: <566F0CB2.8000201@denninger.net> User-Agent: YAM/2.9p1 (MorphOS; PPC; rv:20140418r7798) Subject: Re: Reason for this limitation? MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (olinguito.schwarzes.net [78.47.41.143]); Mon, 14 Dec 2015 22:02:15 +0100 (CET) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 21:02:19 -0000 On 14.12.15, Karl Denninger wrote: > Is this a historical accident or is there a logical point in that sort > of restrictive limit? Don't know. I'm using tmpfs without any memory limitation since years. No problems so far. root@pizelot:~ # grep tmpfs /etc/fstab tmpfs /tmp tmpfs rw,mode=1777 2 0 tmpfs /var/tmp tmpfs rw 2 0 -asc