Skip to content

Commit

Permalink
Upgrade ruby on solr machines (#5761)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan authored Jan 21, 2025
1 parent e1d73f2 commit 1cdef23
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 1cdef23

Please sign in to comment.