On Tue, 26 Jul 2016 14:49:34 +0000 Mike Blumenkrantz <[email protected]> said:
> On Tue, Jul 26, 2016 at 12:31 AM Carsten Haitzler <[email protected]> > wrote: > > > raster pushed a commit to branch enlightenment-0.21. > > > > > > http://git.enlightenment.org/core/enlightenment.git/commit/?id=a9d73c89ed9a13e54ce94d82ea397017fe9f9def > > > > commit a9d73c89ed9a13e54ce94d82ea397017fe9f9def > > Author: Carsten Haitzler (Rasterman) <[email protected]> > > Date: Tue Jul 26 13:27:56 2016 +0900 > > > > e - fix major memory bloat when in gl mode - dont create shm segments > > > > so e pixmap was ALWAYS creating an ecore_x_image EVERY time for EVERY > > window. this means allocate all the sysv shared memory segments for > > every window even if never used. this is bad. it litters systems > > with unused shared memory segments (ipcs and see) and eats up shared > > mem limits/quotas too. we just don't need them in gl unless a window > > is shaped or texture from pixmap is off. so allocate the pixmap on > > demand, and otherwise leave the ecore x image NULL. this fixes this > > bloat. > > > > @fix > > --- > > > > > For future cases, please do not perform backports in Enlightenment unless > you are also performing a release at the same time. Backports are only done > immediately prior to releases in order to avoid excess noise in the NEWS > files when commits are reverted. simotek keeps asking me if i'm going to backport a fix. so i do it anyway as i go. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
