lusis / chef-logstash

Semi-official Logstash cookbook
Other
271 stars 353 forks source link

gc_opts #447

Open annisele opened 8 years ago

annisele commented 8 years ago

Is there a reason gc_opts is set in the attributes https://github.com/lusis/chef-logstash/blob/master/attributes/default.rb#L41 and loaded in the service provider https://github.com/lusis/chef-logstash/blob/master/providers/service.rb#L26 but not actually set in https://github.com/lusis/chef-logstash/blob/master/providers/service.rb#L228-L253?

the elastic code also uses UseParNewGC. https://github.com/elastic/logstash/blob/v1.5.4/bin/logstash.lib.sh#L32