On Sat, 2005-12-03 at 14:57 +0100, Len Kranendonk wrote: > Out of memory during request for 77000 bytes, total sbrk() is 14952448 > bytes! > [Mon Nov 7 00:08:01 2005] thaw.al): Callback called exit at > ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/tha > w.al) line 363.
Are they always in Storable::thaw? What are you thawing? > It's not related to a specific application: It happens on our WebGUI (= cms) > nodes but also > on our (relatively simple) custom applications that run on different boxes. What code is running on both of these? > I'm using MaxRequestPerChild 600 to limit the http size growth. That's a pretty generous setting. I recommend you use Apache::SizeLimit instead, with a reasonable setting for MAX_PROCESS_SIZE. See the mod_perl docs for more information on controlling memory. - Perrin