Re: [E-devel] patch to reduce memory consumption of enlightenment caused by fontconfig

2006-04-05 Thread The Rasterman
On Thu, 6 Apr 2006 07:47:52 +0800 Stafford Horne <[EMAIL PROTECTED]> babbled: > On Wed, 5 Apr 2006 08:43:19 -0700 (PDT) > Andrei Lahun <[EMAIL PROTECTED]> wrote: > > > I made a patch for evas, now we load only first font > > which match criteria , not a full list returned by > > fontconfig , for

Re: [E-devel] patch to reduce memory consumption of enlightenment caused by fontconfig

2006-04-05 Thread The Rasterman
On Wed, 5 Apr 2006 08:43:19 -0700 (PDT) Andrei Lahun <[EMAIL PROTECTED]> babbled: > Hello. > I tried to profile e to see why do i have 40Mb in > Vmsize. > I used script which check /proc//smaps > So i got after restart: > VMSIZE: 40232 kb > RSS: 19860 kb total > 2258 kb

Re: [E-devel] patch to reduce memory consumption of enlightenment caused by fontconfig

2006-04-05 Thread Stafford Horne
On Wed, 5 Apr 2006 08:43:19 -0700 (PDT) Andrei Lahun <[EMAIL PROTECTED]> wrote: > I made a patch for evas, now we load only first font > which match criteria , not a full list returned by > fontconfig , for example with current code if i load > "Verdana" evas + fontconfig load total 37 fonts with

[E-devel] patch to reduce memory consumption of enlightenment caused by fontconfig

2006-04-05 Thread Andrei Lahun
Hello. I tried to profile e to see why do i have 40Mb in Vmsize. I used script which check /proc//smaps So i got after restart: VMSIZE: 40232 kb RSS: 19860 kb total 2258 kb shared 2304 kb private clean 12444 kb private dirty I found out that a