From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E3D21E007DF; Tue, 23 Sep 2014 21:50:36 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (richardcochran[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [74.125.82.47 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4A0DEE005BD for ; Tue, 23 Sep 2014 21:50:29 -0700 (PDT) Received: by mail-wg0-f47.google.com with SMTP id y10so5896565wgg.30 for ; Tue, 23 Sep 2014 21:50:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Gdh1s/ktQnXzfa3Cim71WgKexQZATB1GzAi20TNYPyM=; b=QHfgIP99XHqXiw34Sdn0SKwlKimIlHn2lMFdYwUkr6C9pr2zxGPMNrYh/I+vtD9mZa bNRGv8eFhgHy0l/C7QbL1n1vKF7FXaS8f0jEBQjq/sIaDPBDn4drTiitbStHazcHhiUT eRxsvSCT9aqgejO224fTH21WshGKA3ih2+Y6P7H2aVaw96KsDdr0XTyOBZPjeELjQTia KYFHCXj63qYOzR2TBNFSomaajolrUPN0F/wo6pRZ7mh2VnbuMViyhvBOHq7KyCrxG4KJ hg5SBpOqRXSf8ZqmTzwNmXSA2fk0+4VECG9nvAfR5W9SNHnZk5Lf44dLsVoodC2nV9r3 4nbQ== X-Received: by 10.180.101.40 with SMTP id fd8mr8780101wib.63.1411534229130; Tue, 23 Sep 2014 21:50:29 -0700 (PDT) Received: from netboy (188-23-68-179.adsl.highway.telekom.at. [188.23.68.179]) by mx.google.com with ESMTPSA id v9sm18054450wjy.14.2014.09.23.21.50.27 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 23 Sep 2014 21:50:28 -0700 (PDT) Date: Wed, 24 Sep 2014 06:50:25 +0200 From: Richard Cochran To: Carlos Rafael Giani Message-ID: <20140924045023.GB4588@netboy> References: <20140923191449.GC24931@netboy> <5421C814.101@pseudoterminal.org> <20140923193037.GE24931@netboy> <5421CAB9.2030205@pseudoterminal.org> <20140923195240.GG24931@netboy> <20140923201253.GH24931@netboy> <20140923204203.GI24931@netboy> <5421DC32.6040206@pseudoterminal.org> MIME-Version: 1.0 In-Reply-To: <5421DC32.6040206@pseudoterminal.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "meta-freescale@yoctoproject.org" , Otavio Salvador Subject: Re: imx6: webkit html5 video with hardware acceleration X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 04:50:37 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 23, 2014 at 10:46:42PM +0200, Carlos Rafael Giani wrote: > Merely starting Chromium triggers the OOM killer already? Yup. > How much RAM does your board have? 256 MB. > And how much *free* RAM was > available when you started Chromium? The Freescale kernel hackery is really hurting us. With the kernel in the alpha/beta branch, we need 144 MB for CMA. I am sure this is due to something dumb in the thousands of new FSL kernel patches, but I haven't had the time to track this down. The daisy kernel worked on that board (with full screen video) with a CMA of 64 MB, but unfortunately the newer user space does *not* work with the daisy kernel. Brilliant stuff, that. > Also, are we talking about Chromium 37.0.2062.94 here? It was 35, IIRC. Thanks, Richard