Status: Untriaged
Owner: ----
Labels: Type-Bug Pri-2 Area-Undefined spdy

New issue 32214 by mbel...@chromium.org: SPDY compressor uses too much RAM
http://code.google.com/p/chromium/issues/detail?id=32214

Using the zlib standard options, the compressor uses a 32KB window, which
ends up using ~256KB of RAM internally.

Changing the windowBits and memory by switching from deflateInit() to
deflateInit2() we should be able to shrink this to ~40KB.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to