-
Notifications
You must be signed in to change notification settings - Fork 761
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
[Bug]: High memory usage in HTTP load tests with Update 12 #43853
Comments
Shall we refactor the code to use |
Did that change but getting the same issue Seems like the following ballerina-lang timestamped version already has the fix: |
Checked with the above timestamped version, the load-test: h1-transformation is passing now But the interceptors_passthrough load test is still failing. I checked locally by running the load tests and it seems like the memory keeps increasing in update 12. See the screenshots below: Update 11: ![]() Update 12: ![]() Steps to reproduce the issue:
|
The memory issue is resolved with this new lang timestamped version - |
This issue is NOT closed with a proper Reason/ label. Make sure to add proper reason label before closing. Please add or leave a comment with the proper reason label now. |
Description
Experiencing this with the following lang timestamped version -
2201.12.0-20250221-092200-b3de4372
Steps to Reproduce
This can be reproducible with h1-transformation
Run the backend service - https://github.com/TharmiganK/netty-http-transport-sample using the following command:
$ java -jar netty-http-echo-service.jar --ssl true --key-store-file ../keystore.p12 --key-store-password ballerina
Run the ballerina service:
h1-transformation
Run the jmeter client using the jmx file by providing the necessary configurations. Use the following payload:
Update 11:

Update 12:

Affected Version(s)
Ballerina SwanLake Update 12
OS, DB, other environment details and versions
No response
Related area
-> Runtime
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: