Thanks a bunch for this post Jason as this was exactly my problem!  I'm 
surprised how much digging I had to do to get to this solution finally.

On Tuesday, 19 July 2016 14:27:02 UTC-4, Jason Hatman wrote:
>
> Hello.  I had this issue as well.  My VM only has 2GB of RAM total and 
> puppetserver was configured to use the same, 2GB.  That's why it failed. 
> The puppetserver service never was starting. I edited 
> /etc/default/puppetserver to only allow puppet server to use 1GB and then 
> the service started sucessfully. Change -Xms1G and -Xmx1G to reflect how 
> many GB of RAM you want to allocate. (i.e. -Xms2G or -Xms4G)
>
> JAVA_ARGS="-Xms1G -Xmx1G -XX:MaxPermSize=256m"
>
>
> Afterwards run sudo service puppetserver restart and see if it loads.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/e50d3466-5ca6-4a99-824c-78454ccd31a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to