From: Silvio Rhatto Date: Thu, 30 Aug 2012 12:04:23 +0000 (-0300) Subject: Increasing mysql open files limit X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=04dddaa2489c0e403602ac1b172dc42711bc5379;p=puppet-nodo.git Increasing mysql open files limit --- diff --git a/manifests/subsystems/database.pp b/manifests/subsystems/database.pp index d927df2..3d46679 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 = 10000\n", + content => "[mysqld]\nopen-files-limit = 50000\n", notify => Service['mysql'], }