All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH] base-files: Increase /var/volatile size
@ 2015-01-29 14:31 Karthik Ramanan
  2015-01-29 14:50 ` Cooper Jr., Franklin
  2015-01-29 15:19 ` Dmytriyenko, Denys
  0 siblings, 2 replies; 7+ messages in thread
From: Karthik Ramanan @ 2015-01-29 14:31 UTC (permalink / raw)
  To: meta-arago

* 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.bbappend
@@ -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



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-13  4:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.