Hi,
On 25/08/2015 08:36, M. Fioretti wrote:
> On 2015-08-18 15:23, M. Fioretti wrote:
>> Greetings,
>>
>> I just migrated to nginx + php-fpm from apache a few websites, on a
>> centos 6.6 virtual server. The sites are up but... now mysqld
>> (MariaDB, actually) dies every 10/20 **minutes** with st
On 2015-08-18 15:23, M. Fioretti wrote:
Greetings,
I just migrated to nginx + php-fpm from apache a few websites, on a
centos 6.6 virtual server. The sites are up but... now mysqld
(MariaDB, actually) dies every 10/20 **minutes** with status:
Greetings,
after a few days, I can report that sett
It looks like your machine is running out of memory, again this is
something I think I've dealt with in php-fpm by configuring it to
recycle the child processes so they don't start consuming too much
memory.
Here's my fpm pool config file:
[www]
user = www-data
group = www-data
listen = /var/
On 2015-08-19 09:01, oscaretu . wrote:
Hello.
Perhaphs this can help you about the out of memory: OOM Killer:
https://www.google.com/search?client=ubuntu&channel=fs&q=OOM+Kiler&ie=utf-8&oe=utf-8
[6]
Oscar, and list,
I just looked at the several /var/log/messages files. The last one is
from
Hello.
Perhaphs this can help you about the out of memory: OOM Killer:
https://www.google.com/search?client=ubuntu&channel=fs&q=OOM+Kiler&ie=utf-8&oe=utf-8
Kind regards,
Oscar
On Wed, Aug 19, 2015 at 8:02 AM, M. Fioretti wrote:
> On 2015-08-18 14:36, Steve Wilson wrote:
>
>> Hi,
>>
>> When
On 2015-08-18 14:36, Steve Wilson wrote:
Hi,
When I migrated from apache+mod_php to nginx+php-fpm I found I had a
few websites using persistent mysql connections which never closed.
Steve, thanks for this tip. This surely was part of the problem, but
not all of it.
Sure enough, when I first n
Hi,
When I migrated from apache+mod_php to nginx+php-fpm I found I had a few
websites using persistent mysql connections which never closed. I had to
disable this in the php.ini so all the sites fell back to using
non-persistent connections.
I don't know if this will help as it was mysql not m
Greetings,
I just migrated to nginx + php-fpm from apache a few websites, on a
centos 6.6 virtual server. The sites are up but... now mysqld (MariaDB,
actually) dies every 10/20 **minutes** with status:
mysqld dead but subsys locked
or
mysqld dead but pid file exists
for reasons not really