Puppetdb keeps ooming, give it more ram
Java loves ram Co-Authored-By: Bryan Jen <bryan.jen@gmail.com> Change-Id: I45bb391e7d7222780c2d579a5b5a33885eb45333
This commit is contained in:
parent
16e99c61ad
commit
2f523826af
@ -39,6 +39,7 @@ class openstack_project::puppetdb (
|
|||||||
class { '::puppetdb::server':
|
class { '::puppetdb::server':
|
||||||
database_host => 'localhost',
|
database_host => 'localhost',
|
||||||
ssl_listen_address => '0.0.0.0', # works for ipv6 too
|
ssl_listen_address => '0.0.0.0', # works for ipv6 too
|
||||||
|
java_args => { '-Xmx' => '512m', '-Xms' => '256m' },
|
||||||
require => [ User['postgres'],
|
require => [ User['postgres'],
|
||||||
Class['puppetdb::database::postgresql'],],
|
Class['puppetdb::database::postgresql'],],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user