Hello,

    I am using https://github.com/puppetlabs/pupperware to deploy puppet
server 5.3.7 and am having a hard time adjusting the jruby
max-active-instances.

I was following the docs from here:
https://hub.docker.com/r/puppet/puppetserver/
and set my environment var PUPPETSERVER_MAX_ACTIVE_INSTANCES to 4 in my
.env file and updated my docker-compose.yml:

--snip--
- PUPPETSERVER_JAVA_ARGS=${PUPPETSERVER_JAVA_ARGS:-}
-PUPPETSERVER_MAX_ACTIVE_INSTANCES=${PUPPETSERVER_MAX_ACTIVE_INSTANCES:-}
--snip--

I don't think it is working because in see the following in the logs:
--snip--
puppet_1    | 2019-10-23 22:50:03,199 INFO  [p.s.j.i.jruby-internal]
Creating JRubyInstance with id 1.
puppet_1    | 2019-10-23 22:50:19,088 INFO  [p.s.j.i.jruby-agents] Finished
creating JRubyInstance 1 of 1
--snip--

Am I setting it correctly?

Thanks
Michael

-- 
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/CA%2BYXe5mAqk%2B7rnkJ%3DnqA0O3GdmrjuWpv7ngadzAiPYHyQti86Q%40mail.gmail.com.

Reply via email to