]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Increasing mysql open files limit
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 30 Aug 2012 12:04:23 +0000 (09:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 30 Aug 2012 12:04:23 +0000 (09:04 -0300)
manifests/subsystems/database.pp

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