https://bz.apache.org/bugzilla/show_bug.cgi?id=60283
Bug ID: 60283
Summary: Apache 2.2.15 + File Streaming = Memory Leak
Product: Apache httpd-2
Version: 2.2.15
Hardware: Other
OS: other
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Hi,
When downloading a large file from using rails, Phusion Passenger 5.0.18 and
Apache 2.2.15 the thread size will continue to grow the longer the download
takes. We are using this code:
path = '/home/data/test.tar.gz'
pack_content_type = 'application/octet-stream'
send_file path, :type => pack_content_type, :x_sendfile=>true
A number of file sizes have been tested and have found the larger the file, the
larger the httpd thread grows.
ie: 50 GB file => 2 GB httpd thread size
80 GB file => 3.2 GB httpd thread size
The downloads are done on a Red Hat 6.6 node and the behaviour/size is
consistant for every download.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]