Forum Moderators: coopster
My question is. How do find the leak in that script? Is anyone got a checklist to discover a memory leak or about what functions that usually cause a memory leak. This problem is really makes me frustated. My temporary solution is to restart the httpd every five minutes using cron. If i hadn't done this the server would broke twice a day. Tried searching google for this but can't find any useful information.
Please help
20196 mysql 16 0 31204 11m 3760 S 0.0 0.4 0:00.22 mysqld
20216 mysql 16 0 31204 11m 3760 S 0.0 0.4 0:00.26 mysqld
20217 mysql 20 0 31204 11m 3760 S 0.0 0.4 0:00.00 mysqld
20219 mysql 16 0 31204 11m 3760 S 0.0 0.4 0:00.00 mysqld
20221 mysql 16 0 31204 11m 3760 S 0.0 0.4 0:00.00 mysqld
20222 mysql 20 0 31204 11m 3760 S 0.0 0.4 0:00.00 mysqld
20263 mysql 16 0 31204 11m 3760 S 0.0 0.4 0:01.66 mysqld
20265 mysql 16 0 31204 11m 3760 S 0.0 0.4 0:01.29 mysqld
20266 mysql 16 0 31204 11m 3760 S 0.0 0.4 0:00.00 mysqld
20268 mysql 15 0 31204 11m 3760 S 0.0 0.4 0:00.51 mysqld
Are they the one causing the problem?