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

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