Re: [rt-users] RT Apache memory leak. any examples of MPM settings?

2010-02-19 Thread Will Sani
Never noticed issues with Apache. What version are you running? Will ___ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: sa...@bestpractical.com 2010 RT Training

Re: [rt-users] RT Apache memory leak. any examples of MPM settings?

2010-02-19 Thread Michael Neuschafer
@lists.bestpractical.com Subject: Re: [rt-users] RT Apache memory leak. any examples of MPM settings? Never noticed issues with Apache. What version are you running? Will ___ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help

Re: [rt-users] RT Apache memory leak. any examples of MPM settings?

2010-02-19 Thread Kenneth Marshall
It is not a memory leak, memory does not get returned to the system -- ever. So a large query can bloat the memory usage and it will not shrink. We use cron to do a graceful apache restart once a day. No impact to users and it handles the memory usage growth over time. Regards, Ken On Fri, Feb

Re: [rt-users] RT Apache memory leak. any examples of MPM settings?

2010-02-19 Thread Will Sani
19, 2010 10:49 AM To: rt-users@lists.bestpractical.com Subject: Re: [rt-users] RT Apache memory leak. any examples of MPM settings? Never noticed issues with Apache. What version are you running? Will ___ http://lists.bestpractical.com/cgi-bin

Re: [rt-users] RT Apache memory leak. any examples of MPM settings?

2010-02-19 Thread Michael Neuschafer
, 2010 11:18 AM To: rt-users@lists.bestpractical.com Subject: Re: [rt-users] RT Apache memory leak. any examples of MPM settings? Highly doubt Apache is to blame, especially 2.2.x. What eluded you to think it was Apache? Will From: Michael Neuschafer [mailto:mneuscha

Re: [rt-users] RT Apache memory leak. any examples of MPM settings?

2010-02-19 Thread Will Sani
, February 19, 2010 11:21 AM To: Will Sani; rt-users@lists.bestpractical.com Subject: RE: [rt-users] RT Apache memory leak. any examples of MPM settings? Well, when I restart apache my memory and swap drops down. Michael Neuschafer PC Support Specialist National Stores Inc. (310) 436 - 2150

Re: [rt-users] RT Apache memory leak. any examples of MPM settings?

2010-02-19 Thread Michael Neuschafer
Of Will Sani Sent: Friday, February 19, 2010 11:24 AM To: rt-users@lists.bestpractical.com Subject: Re: [rt-users] RT Apache memory leak. any examples of MPM settings? That's a good start. You might want to also look into your MySQL schema. There is a slight possibility that large DB queries are causing