Updated openstack/openstack

Project: openstack-infra/puppet-openstackid  dac2029a732c6696305c0cf59b342fd53df3fd18

php5-fpm 503 errors

formerly we were using settings for php5-fpm pool that
werent suitable for our server configuration.
Server has 14G of free ram and we were using
pm.max_children = 4096, having in consideration that php process
has an avg of 64 MB that give us large number of needed
RAM that exceeds our current configuration
i changed to pm.max_children = 200, a more suitable number
for our current config
rite now the avg php if given us 25 MB per process
so i guess that we should do a monitoring of this value, an
increase the max_children setting as we needeed on the fly.

Change-Id: Ibab02f7a88e08cb94d58168e545e6da0cf8d2e7f
This commit is contained in:
Sebastian Marcet 2016-09-28 19:15:03 -03:00 committed by Gerrit Code Review
parent f0d8f6a0f4
commit b901efd311
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5eb035b196963c7c84c141a7564f1343c1200707
Subproject commit dac2029a732c6696305c0cf59b342fd53df3fd18