Merge "Puppetdb keeps ooming, give it more ram"

This commit is contained in:
Jenkins 2016-02-10 21:22:26 +00:00 committed by Gerrit Code Review
commit 710f0ef961

View File

@ -39,6 +39,7 @@ class openstack_project::puppetdb (
class { '::puppetdb::server':
database_host => 'localhost',
ssl_listen_address => '0.0.0.0', # works for ipv6 too
java_args => { '-Xmx' => '512m', '-Xms' => '256m' },
require => [ User['postgres'],
Class['puppetdb::database::postgresql'],],
}