From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by arago-project.org (Postfix) with ESMTPS id 3BA495297F for ; Fri, 13 Feb 2015 04:17:42 +0000 (UTC) Received: from dbdlxv05.itg.ti.com ([172.24.171.60]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id t1D4Hedw008516 for ; Thu, 12 Feb 2015 22:17:40 -0600 Received: from DBDE72.ent.ti.com (dbdmailx.itg.ti.com [172.24.171.97]) by dbdlxv05.itg.ti.com (8.14.3/8.13.8) with ESMTP id t1D4HZG2000523 for ; Fri, 13 Feb 2015 09:47:38 +0530 Received: from [172.24.159.175] (172.24.159.175) by DBDE72.ent.ti.com (172.24.171.97) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 13 Feb 2015 09:47:34 +0530 Message-ID: <54DD7ADF.6020701@ti.com> Date: Fri, 13 Feb 2015 09:47:35 +0530 From: Karthik Ramanan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Denys Dmytriyenko , "R, Karthik" , "meta-arago@arago-project.org" References: <1422541885-5800-1-git-send-email-a0393906@ti.com> <20150212210914.GC20106@edge> In-Reply-To: <20150212210914.GC20106@edge> X-Originating-IP: [172.24.159.175] Subject: Re: [RFC PATCH] base-files: Increase /var/volatile size X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2015 04:17:42 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit I thought we all agreed on this. Franklin mentioned that he didn't have a problem with bumping this to 50MB. And just to add, I have been overlaying this patch on our nightly builds and its been well tested for the last two weeks. This size looks good to me atleast for now and satisfies all our usecase requirements. Regards Karthik On 13-Feb-15 2:39 AM, Denys Dmytriyenko wrote: > Ping. Have we come to any agreement on this one? > > > On Thu, Jan 29, 2015 at 03:19:08PM +0000, Dmytriyenko, Denys wrote: >> Karthik, >> >> The reason it was limited to 16MB in early days is because we had platforms >> with only 32MB of RAM and letting tmpfs fill up uncontrollable was dangerous >> and was making the system very unstable. >> >> One of the options is to have per-machine RAM/tmpfs setting, which can get >> propagated to /etc/fstab accordingly - e.g. 32/64 for am335x/am437 and >> 64/128 for dra7xx, etc. >> >> -- >> Denys >> >> >> -----Original Message----- >> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-bounces@arago-project.org] On Behalf Of R, Karthik >> Sent: Thursday, January 29, 2015 9:31 AM >> To: meta-arago@arago-project.org >> Subject: [meta-arago] [RFC PATCH] base-files: Increase /var/volatile size >> >> * Weston applications allocate memory from tmpfs, need to >> increase the tmpfs area to atleast 50M. Can this be >> increased more - what are the pros/cons? >> >> Signed-off-by: Karthik Ramanan >> --- >> .../recipes-core/base-files/base-files/fstab | 2 +- >> .../base-files/base-files_3.0.14.bbappend | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/meta-arago-distro/recipes-core/base-files/base-files/fstab b/meta-arago-distro/recipes-core/base-files/base-files/fstab >> index 9ed6f33..8ddadd9 100644 >> --- a/meta-arago-distro/recipes-core/base-files/base-files/fstab >> +++ b/meta-arago-distro/recipes-core/base-files/base-files/fstab >> @@ -5,7 +5,7 @@ proc /proc proc defaults 0 0 >> devpts /dev/pts devpts mode=0620,gid=5 0 0 >> usbdevfs /proc/bus/usb usbdevfs noauto 0 0 >> tmpfs /run tmpfs mode=0755,nodev,nosuid,strictatime 0 0 >> -tmpfs /var/volatile tmpfs defaults,size=16M 0 0 >> +tmpfs /var/volatile tmpfs defaults,size=50M 0 0 >> tmpfs /media/ram tmpfs defaults,size=16M 0 0 >> >> # uncomment this if your device has a SD/MMC/Transflash slot diff --git a/meta-arago-distro/recipes-core/base-files/base-files_3.0.14.bbappend b/meta-arago-distro/recipes-core/base-files/base-files_3.0.14.bbappend >> index 40b7722..956a057 100644 >> --- a/meta-arago-distro/recipes-core/base-files/base-files_3.0.14.bbappend >> +++ b/meta-arago-distro/recipes-core/base-files/base-files_3.0.14.bbappe >> +++ nd >> @@ -1,4 +1,4 @@ >> # look for files in this layer first >> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" >> >> -PR_append = "-arago3" >> +PR_append = "-arago4" >> -- >> 1.7.9.5 >> >> _______________________________________________ >> meta-arago mailing list >> meta-arago@arago-project.org >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago >> _______________________________________________ >> meta-arago mailing list >> meta-arago@arago-project.org >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago