-
Notifications
You must be signed in to change notification settings - Fork 9
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
Test with Java 21 and Jmeter #89
Comments
when I checked quickly jmeter 3.3 doesn't work with jdk 21 see below.
|
@rsw-a Thanks for checking. yes, looks like jmeter 3.3 only supported Java 8. If we want to use new version of Java, looks like we need to go for Jmeter 5.x. |
Let me close this issue as the conclusion is reached. |
Since we start considering upgrade jmeter version, we can start to consider this issue. However, we might need project like this in order for Jmeter to support virtual thread: https://github.com/nirmal-mewada/jmeter-loom Some people also suggest to Jmeter: apache/jmeter#6029 but no progress so far. |
Currently we are using Jmeter 3.3, according to https://openjdk.org/projects/jdk/21/, we have virtual threads which is supposed to reduce the resource usage per Jmeter process. Currently, it's recommended to keep threads number below 300 per Jmeter process.
So with this issue, we want to know:
The text was updated successfully, but these errors were encountered: