Recently, I attempted to install scoop using Perl 5.8 on a Solaris box and found that two things happend:
- Perl decided to eat a TON of memory. I have 128MB of physical RAM and 256MB of swap. For whatever reason, I would end up with about 10MB of swap and 1.3MB of physical RAM remaining after performing certain operations on my scoop site. I determined that it wasn't actually apache or scoop, but it was perl. I don't believe it is a memory leak, as it would never actually eat ALL the memory, but it would nevertheless have to be killed.
- The iowait of my system would rocket to levels like 90% on a (very) simple operation (something equivalent to 3 or 4 polls of the mysql db and some processing). However, because all of the swap would be eaten up, the iowait would jump tremendously, meaning the system would be bogged down unnecessarily.
I would check the versions of perl, apache and scoop your using. Stick to the recommended versions for stability (yes, that includes perl modules too!) and then experiment with newer versions on a dev build.
I hope this helps. -----------------------------
http://www.intelliguitar.org
Intelligent guitar resources and discussion
|