This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Memory footprint


> >zlib will be a problem. In its default configuration it will allocate
> >64Kbytes from the heap..... You can make is use less memory, but it
> >will then no longer decompress data compressed with the default zlib
> >configuration. So i don't recommend zlib. lwip + PPP does seems
> >reasonable with 128Kb + 64Kb.
> >  
> I only need to compress data for gzip using zlib. I don't need to 
> uncompress files coming from some other place. Do you think zlib could 
> work with only 32Kb? Do you know of any other gzip compatible libraries?

Sorry, no idea. I only needed to decompress data, not compress it.

       Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]