aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems
diff options
context:
space:
mode:
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'],
}