This repository was archived by the owner on Apr 10, 2025. It is now read-only.
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Add ability to set maximum size of a resource for mod_pagespeed to optimize #501
Closed
Description
From a user report:
if there is a request for a huge file then mod pagespeed goes for a spin and
the RAM usage bloats up. Is there a way to tune this, or ask modpagespeed to
not process if the response size is bigger than a certain limit. Currently we
are handling by having a cron that kill any httpd process that exceeds a
certain RAM usage size.
Original issue reported on code.google.com by jmara...@google.com
on 19 Sep 2012 at 12:35