Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Fix rubocop warning
Browse files Browse the repository at this point in the history
Andre Medeiros committed Jun 23, 2015
1 parent a7c8774 commit e7cc5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/rubygems-logging/recipes/server_elasticsearch.rb
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
node.default['elasticsearch']['custom_config']['index.refresh_interval'] = '30s'
node.default['elasticsearch']['custom_config']['index.translog.flush_threshold_ops'] = '50000'

node.default['elasticsearch']['gc_settings'] =<<-CONFIG
node.default['elasticsearch']['gc_settings'] = <<-CONFIG
-XX:+UseG1GC
-XX:+HeapDumpOnOutOfMemoryError
CONFIG

0 comments on commit e7cc5ae

Please sign in to comment.