-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support JVM 64 bits #18
Comments
Hello, any ETA on this (critical) enhancement request ? |
For our actual criteria it is not critical, since a version of JMeter can easily be configured with a 32-bit JVM. Citrix currently uses a 32-bit OCX component in its the main communication interface. It is a delicate issue, the solution always ends up running the connectivity with the Citrix component in another 32-bit process and making an extra communication through IPC, which would generate a loss of stability and performance. Currently there is no estimated solution time. However, if there is a problem with being able to run JMeter with a 32-bit version of Java, we are interested in learning more about the case. |
I understand. It's incredible that citrix still uses in 2020 a 32-bit component. |
@YouriAndropov Citrix may never make the switch, it runs on a lot of old school technology. You can use the latest version of Java 15 (x86). If you want, you can try Java 15 (x86) from If at some point we find a way to run in a full 64 bit version of Java, we will communicate the news over this issue. Thanks. |
Can anyone please tell me whether citrix now support for 64 bit Java? |
Currently plugin works only on JVM 32 Bits.
This enhancement is to allow supporting JVM 64 bits.
The text was updated successfully, but these errors were encountered: