Re: [Puppet Users] Re: Puppet Agent Hang when PuppetServer Crashes...

2018-01-01 Thread Matt Wise
We're still tuning, but I ended up dropping our PuppetServer JRubyInstance count down to 2, and I have the -Xmx setting set to 4GB(!!). I think that we have a few libraries loaded in that are causing some major bloat, but we haven't had time to track that down yet. The big concern I have is not th

[Puppet Users] Re: Puppet Agent Hang when PuppetServer Crashes...

2018-01-01 Thread John Gelnaw
On Monday, January 1, 2018 at 5:52:10 PM UTC-5, Matt Wise wrote: > > *Puppet Agent: 5.3.2* > *Puppet Server: 5.1.4 - Packaged in Docker, running on Amazon ECS* > I'm running a docker-compose based puppet setup, and had the same problem. Short version was to increase the java heap size for the JR

Re: [Puppet Users] Puppet Agent Hang when PuppetServer Crashes...

2018-01-01 Thread R.I.Pienaar
On Mon, 1 Jan 2018, at 23:51, Matt Wise wrote: > *Puppet Agent: 5.3.2* > *Puppet Server: 5.1.4 - Packaged in Docker, running on Amazon ECS* > > So we've recently started rolling over from our ancient Puppet 3.x system > to a new Puppet 5.x service. The new service consists of a PuppetServer > Do

[Puppet Users] Puppet Agent Hang when PuppetServer Crashes...

2018-01-01 Thread Matt Wise
*Puppet Agent: 5.3.2* *Puppet Server: 5.1.4 - Packaged in Docker, running on Amazon ECS* So we've recently started rolling over from our ancient Puppet 3.x system to a new Puppet 5.x service. The new service consists of a PuppetServer Docker Image (5.1.4) running in Amazon ECS, and our hosts booti