aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-16 11:28:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-16 11:28:38 -0300
commit87f6ed72f25a3796f328e43ca2cb7024fd27babd (patch)
tree395edac2688110ff9c59aa10d9a8a733b5837eef /manifests/subsystems
parent450f260464299f381bdd37c561c0e910f51ec433 (diff)
downloadpuppet-nodo-87f6ed72f25a3796f328e43ca2cb7024fd27babd.tar.gz
puppet-nodo-87f6ed72f25a3796f328e43ca2cb7024fd27babd.tar.bz2
Increasing mysql open-files-limit to 10000
Diffstat (limited to 'manifests/subsystems')
-rw-r--r--manifests/subsystems/database.pp2
1 files changed, 1 insertions, 1 deletions
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'],
}