Streaming Large Files to Response OutputStream consumes plenty of memory
843842Feb 24 2009 — edited Feb 24 2009When we write large file's (> 100 MB) binary content to the Servlet Response OutputStream using the write method, it consumes plenty of Heap Memory on the server (Weblogic 7). The Heap does'nt come down after
writing to the outputstream, it stays high for quite a long time, infact it comes down only we access the same page again. Is there a way to get this optimized?
TIA.