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/a1836a5c-f02e-48d1-85ff-8e9a41662257%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to