From: Karthik Ramanan <a0393906@ti.com>
To: Denys Dmytriyenko <denys@ti.com>,
"R, Karthik" <karthik.ramanan@ti.com>,
"meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [RFC PATCH] base-files: Increase /var/volatile size
Date: Fri, 13 Feb 2015 09:47:35 +0530 [thread overview]
Message-ID: <54DD7ADF.6020701@ti.com> (raw)
In-Reply-To: <20150212210914.GC20106@edge>
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 <a0393906@ti.com>
>> ---
>> .../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
prev parent reply other threads:[~2015-02-13 4:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-29 14:31 [RFC PATCH] base-files: Increase /var/volatile size Karthik Ramanan
2015-01-29 14:50 ` Cooper Jr., Franklin
2015-01-29 15:00 ` Karthik Ramanan
2015-01-29 15:08 ` Cooper Jr., Franklin
2015-01-29 15:19 ` Dmytriyenko, Denys
2015-02-12 21:09 ` Denys Dmytriyenko
2015-02-13 4:17 ` Karthik Ramanan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54DD7ADF.6020701@ti.com \
--to=a0393906@ti.com \
--cc=denys@ti.com \
--cc=karthik.ramanan@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.