[oe-commits] Carsten Haitzler (Raster : edje: disable program cache as it uses a fair bit of ram

GIT User account git at amethyst.openembedded.net
Fri Nov 14 23:43:52 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c337c8981261c197e6b29f1325b18739263d8b76
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c337c8981261c197e6b29f1325b18739263d8b76

Author: Carsten Haitzler (Raster <raster at rasterman.com>
Date:   Thu Oct 30 14:11:08 2008 +1100

edje: disable program cache as it uses a fair bit of ram

disable the program cache as it uses a fair bit of ram and you probably
should re-evaluate your usage of edje if you need it for speed.

---

 packages/efl1/edje_svn.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/efl1/edje_svn.bb b/packages/efl1/edje_svn.bb
index 17c8f91..5cbeec9 100644
--- a/packages/efl1/edje_svn.bb
+++ b/packages/efl1/edje_svn.bb
@@ -6,8 +6,9 @@ PR = "r5"
 
 inherit efl
 
-# gain some extra performance at the expense of RAM
-EXTRA_OECONF = "--enable-edje-program-cache"
+# gain some extra performance at the expense of RAM - generally i'd say bad
+# and a possible source of bugs
+#EXTRA_OECONF = "--enable-edje-program-cache"
 
 PACKAGES =+ "${PN}-utils"
 RDEPENDS_${PN}-utils = "cpp cpp-symlinks embryo-tests"





More information about the Openembedded-commits mailing list