aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-31 09:35:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-31 09:35:53 -0300
commitbff3c1213ae7bcdc971e0b07a87c4776f5af26e8 (patch)
tree7c88633001eacdfb44e3fda45493ff149c73cbb3 /manifests/subsystems
parent04dddaa2489c0e403602ac1b172dc42711bc5379 (diff)
downloadpuppet-nodo-bff3c1213ae7bcdc971e0b07a87c4776f5af26e8.tar.gz
puppet-nodo-bff3c1213ae7bcdc971e0b07a87c4776f5af26e8.tar.bz2
Increasing mysql open files limit (2)
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 3d46679..d205ad6 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 = 50000\n",
+ content => "[mysqld]\nopen-files-limit = 500000\n",
notify => Service['mysql'],
}