Corneliu C
Corneliu C
I can reproduce with JMeter 4.0. Potentially [5897](https://github.com/apache/jmeter/issues/5897) is linked to this issue.
One solution is to increase the limit for the SQL plugins at cluster level; details here: https://opensearch.org/docs/2.12/search-plugins/sql/settings/, adjust parameter: _plugins.query.size_limit_.
Hi, I believe same result can be achieved with existing code based on parameters: ``` jmeter.hidpi.mode=true jmeter.hidpi.scale.factor= => same use as your suggested parameter ``` I think it's mandatory that...