Hello,

On 11-12-21 08:01 AM, Antonio Xanxess wrote:
>      MinSpareThreads 25
>      MaxSpareThreads 75

>       MaxRequestsPerChild 0

How much RAM does each Apache process take? Does Apache take more and
more memory up to the point you mentioned (11Gb taken)?
With luck, if you set MaxRequestsPerChild to something like 1000 (or
maybe a little lower) your processes will be able to clear out their
memory from time to time..

It's possible that it doesn't really help that much, but it could give
you a little more space.

Also, depending on how much clients hit your server at peak concurrency,
you could lower MaxSpareThreads a little to have Apache kill more loose
processes (and thus regain their memory faster).

-- 
Gabriel Filion

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to