-
Notifications
You must be signed in to change notification settings - Fork 235
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
Extremely long initialization time under specific OS and JDK versions #594
Comments
I did get reports about strong startup slowdown, after changing from 1.29 to current versions. And indeed even on my quite fast computer I notice that startup takes significantly longer. My guess is this all related to the XML parsing. In both cases it's AdoptJDK 11, once on Mac, once on Linux |
There are a few things at play there, between v1.29 (old one) and v1.2.9 (or any newer ones):
Now regarding possible improvements:
Hopefully this clarifies it a bit. There can of course be some other issues that I haven't noticed, but so far the increased init time was within expected range because of all the styles added in new versions. |
This have been reported by @kovadam69 on Gitter:
This seems like another JDK-specific bug, seems to reproduce only on JDK 8 and only under specific Ubuntu/desktop version.
The text was updated successfully, but these errors were encountered: