Clemens Fuchslocher

Results 4 comments of Clemens Fuchslocher

Same error on SUSE Linux Enterprise Server 11 SP2 and Ruby Enterprise Edition 2012.02 with god 0.12.1 on x86_64: ``` ... /opt/erec/ruby-enterprise-1.8.7-2012.02/lib/ruby/1.8/monitor.rb:173: [BUG] Bus Error ruby 1.8.7 (2012-02-08 MBARI 8/0x6770...

Maybe we can remove all GC_TUNE settings from solr.in.sh and solr.in.cmd? * https://github.com/sunspot/sunspot/blob/v2.5.0/sunspot_solr/solr/bin/solr.in.sh#L36 * https://github.com/sunspot/sunspot/blob/v2.5.0/sunspot_solr/solr/bin/solr.in.cmd#L34 These settings have already caused some trouble in the past: * https://github.com/sunspot/sunspot/commits/v2.5.0/sunspot_solr/solr/bin/solr.in.sh * https://github.com/sunspot/sunspot/commits/v2.5.0/sunspot_solr/solr/bin/solr.in.cmd For...

The GC_TUNE settings are also disabled in the current upstream version of Solr: * https://github.com/apache/lucene-solr/blob/branch_8_8/solr/bin/solr.in.sh#L52 * https://github.com/apache/lucene-solr/blob/branch_8_8/solr/bin/solr.in.cmd#L35 * https://github.com/apache/lucene-solr/commit/430f0593805168a3e7abdbfa535528f5584d476a Comment from https://issues.apache.org/jira/browse/SOLR-13394: "This stuff is magic voodoo without commentary". 🤩

@ldodds: Does this commit https://github.com/rails/rails/commit/080edb444a16e759a84e0f46db8970faed00fca7 in Rails 6.1 solve the problem?