I am the coworker of Fayland who posted the topic &quot;memory usage of mod_perl process&quot;.<br><br>Our company has invested quite some time on migrating our perl code to catalyst (more than half year of time by 7 programmers). However, I am starting to worry that moving to catalyst is causing too much overhead for our processes and thus severely slowing down our site.
<br><br>I remember the memory usage of each process before catalyst was around 25Mb. And now the new code is using around 90MB as fayland said. During peak hour, our servers were able to handle 30+ requests per sec before catalyst upgrade. Now we are only able to handle around 10 requests per sec.
<br><br>As a result, the response time of the site is much slower after the upgrade. it takes at least 2 sec for the browser to start responding during non-peak hours.<br><br>Here&#39;s the memory stats for a typical process:
<br><pre>Memory Usage (in bytes):<br><br>  Size       :   97107968 (92.6M)<br>  Share      :    6012928 ( 5.7M)<br>  VSize      :   97107968 (92.6M)<br>  RSS        :   85131264 (81.2M)<br><br>Memory Segments Usage (in bytes):
<br><br>  Text       :     253952 ( 248K)<br>  Shlib      :          0 (   0K)<br>  Data       :   78696448 (75.1M)<br>  Stack      :          0 (   0K)</pre><br><br>I have read practical mod_perl. I tried to preload many of our modules in 
startup.pl. But the shared memory value doesnt change at all. Also, doesnt 5.7M shared memory usage sound too small comparing to the 92.6M total size?<br><br>I wonder how much is your shared memory? Is the memory overhead of catalyst huge? Is catalyst inherently slow?
<br clear="all"><br>-- <br>Jeffrey Ng<br>