On Sun, Nov 20, 2011 at 5:01 AM, Gadi Katsovich <[email protected]> wrote: > Hello All, > > We’re trying to set up an Apache server that would serve requests for large > static files (500MB). > > We use AliasMatch to match the request url to the actual path. > > It works fine when no caching is involved. > > However, when we do use caching, we get memory leaks the size of the served > files.
What kind of caching? What's the point in caching a static file that's already on disk? How do you measure the leak? > > > > Is there a way to configure Apache to serve and cache large files without > hogging so much memory? > > > > Thanks, > > Gadi K -- Eric Covener [email protected] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
