Skip to content

Commit 59df508

Browse files
authored
[ruby/rack] Use java_tune.sh script for rack-jruby (#9372)
This should improve `rack-jruby` performance. Also remove `java_tune.sh` from frameworks that no longer test with JRuby.
1 parent fed744b commit 59df508

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

frameworks/Ruby/rack/rack-jruby.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ COPY . .
1313

1414
EXPOSE 8080
1515

16+
CMD config/java_tune.sh
17+
1618
CMD bundle exec puma -C config/puma.rb -b tcp://0.0.0.0:8080 -e production

frameworks/Ruby/sinatra-sequel/config/java_tune.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)