From: Silvio Rhatto Date: Fri, 31 Aug 2012 12:35:53 +0000 (-0300) Subject: Increasing mysql open files limit (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bff3c1213ae7bcdc971e0b07a87c4776f5af26e8;p=puppet-nodo.git Increasing mysql open files limit (2) --- diff --git a/manifests/subsystems/database.pp b/manifests/subsystems/database.pp index 3d46679..d205ad6 100644 --- a/manifests/subsystems/database.pp +++ b/manifests/subsystems/database.pp @@ -16,7 +16,7 @@ class database { owner => root, group => root, mode => 0644, - content => "[mysqld]\nopen-files-limit = 50000\n", + content => "[mysqld]\nopen-files-limit = 500000\n", notify => Service['mysql'], }