Gentoo Archives: gentoo-user

From: kashani <kashani-list@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mysqld invoked oom-killer
Date: Thu, 21 Jul 2011 15:57:51
Message-Id: 4E284C35.40106@badapple.net
In Reply to: Re: [gentoo-user] mysqld invoked oom-killer by Michael Mol
1 On 7/20/2011 6:29 PM, Michael Mol wrote:
2 >
3 > Also, run a caching proxy if at all possible. That made the single
4 > biggest difference for my server.
5 >
6 > Other useful things:
7 > * Set the MaxRequestsPerChild to something like 450.
8
9 That's pretty low. You'd barely get your application parsed, cached,
10 and load some data before you'd have to recycle the child process. Most
11 people set it around 10000. Large enough to be useful, but still deal
12 with any minor memory leaks.
13
14 kashani

Replies

Subject Author
Re: [gentoo-user] mysqld invoked oom-killer Michael Mol <mikemol@×××××.com>