-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jruby 9 performance degradation on windows os mostly #5060
Comments
Unfortunately these two profiles look mostly the same, and only show a single thread waiting on a lock. It is interesting that you are only seeing the degradation on Windows. I need a bit more information.
The --sample flag will enable a JVM-level profiler that may give us more information. It outputs to the console when the JVM exits. If you would like to chat about your issues you can join us on Gitter, IRC, or the mailing list: http://jruby.org/community |
Hi Sorry for delay but I hit ridiculous problem:
this worked fine: Any idea? |
@SzymonKowalczyk Sorry for delay...I had a busted computer. That error would happen if JRuby is being launched some way other than via the bin/jruby launcher. The |
Thank you for your replay. As our process take some time I have some updates below: We run 9.1.16 and there is a progress for huge test environment: 9.1.16 -> 4:20:12 I triggered repeat test on 9.1.16 and just after it I will generate requested dumps on 1.7.15 and 9.1.16. What is the maturity of 9.2 I can try run test using development version of Jruby. Regards |
I've tested JRuby 9.1.17 and perf is fine, also with 9.2, we can close this issue. Thanks for support and response |
Hi all
We develop an application using rails framework running on JRuby.
Our application mostly connect to one db copy some data do 2nd db and then recalculate/transform data to other tables in 2nd db.
We are using Sequel ORM for database operations (http://sequel.jeremyevans.net/).
We finished migration form JRuby 1.7 to JRuby 9 and we found performance issue.
What is the most interesting our application run on 2 OS'es Windows and Linux and performance degradation is only visible on Windows OS.
We prepared benchmark for application and on Windows OS we have degradation from 4h (1.7.25) to 5h (9.1.15).
On Linux Red Hat 7 there is almost no difference (4h).
I read most of the issues related to performance but I couldn't found my case.
Environment
Provide at least:
I used --profile.html on both version of JRuby for short data process that also was slower on 9.x, attached to the issue.
I can run some other test and investigation if needed.
perf.zip
The text was updated successfully, but these errors were encountered: