]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Increasing mysql open-files-limit to 10000
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Aug 2012 14:28:38 +0000 (11:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Aug 2012 14:28:38 +0000 (11:28 -0300)
manifests/subsystems/database.pp

index f5ae4469ea00c6d202ef6b73848650737591408e..d927df2e297bbd6f4f6ecabd52b709f4b23c85a3 100644 (file)
@@ -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'],
   }