-
Notifications
You must be signed in to change notification settings - Fork 848
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
IBM Java 7 is slow in WSL #2738
Comments
+1 ⭐ for the
The lines in the
13k [It is still bothersome to me in an irrational kind of way that it takes a quarter million |
Thanks for looking into this. Unfortunately, the closest I have to a Linux box is a VM running on the same pc as WSL. The results I am attaching are from a VM in VirtualBox with an Ubuntu 16.04.3 LTS guest, the host, is the machine mentioned above. The difference is dramatic between the two, but since the VM is so memory hungry, I was hoping to do away with it and use WSL for Java development. Given that this is a duplicate, is there hope this might get resolved in the near future? (I haven't finished going through the threads yet) Thanks! |
A VM is fine; appreciate the comparative |
Quick note: you are on |
Thanks for the follow-up. I have the issue on a corporate machine, so my hopes of being able to upgrade are remote :( You made me curious, though, so I tried on a personal machine over the weekend. That PC has Win10 Insiders and there is a remarkable difference. It's still slow compared to a VM, but At work, my only option remains the VM, but it is good to know that progress has been made already on this issue. It's also good to know a bit more about how things work under the hood. Helps to decide what to try and what not to try with WSL. Thanks!! |
Hello, I tried to install IBM Java SDK on my WSL system. I tried both installation types supported by IBM (with and without root, as seen in the IBM SDK 7 Downloads) and both result in the same problem: executing java is very slow. For example,
java -version
takes a long time.I am running Windows 10 Enterprise (1703 build 15063.729) and the output of
lsb_release -a
isI am attaching the output of
strace -fT java -version
, in case that helps in the investigation. I will be happy to troubleshoot as well, if you have additional questions.Thanks!
ibm_java.zip
The text was updated successfully, but these errors were encountered: