Skip to content

Commit

Permalink
Upgrade ruby on solr machines
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan committed Jan 17, 2025
1 parent 4a5c203 commit bf50f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions group_vars/solr8cloud/production.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
desired_ruby_version: "3.1.0"
install_ruby_from_source: true
ruby_version_override: "ruby-3.1.0"
ruby_version_override: "ruby-3.4.1"
solr_heap_setting: "20g"
# more granular option would be:
# solr_java_memory: '-Xms16g -Xmx20g'
Expand Down
3 changes: 1 addition & 2 deletions group_vars/solr8cloud/staging.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
desired_ruby_version: "3.1.0"
install_ruby_from_source: true
ruby_version_override: "ruby-3.1.0"
ruby_version_override: "ruby-3.4.1"
solr_heap_setting: "20g"
# more granular option would be:
# solr_java_memory: '-Xms16g -Xmx20g'
Expand Down

0 comments on commit bf50f59

Please sign in to comment.