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