Hi, JMeter 3.2 doesn't record a large request (returning about 12M). To be more exact, the product stops working when recording that large request. The request gets recorded fine for a smaller amount of data, so it looks like the issue directly related to the size of data returned. Don't see any errors anywhere - the list just not get rendered.
I am using built in JMeter Recording Controller (Recording Template). Response time for that transaction about 2 seconds. Here are a few things I tried (as suggested in other places) - unfortunately none helped: jmeter.bat rem See the unix startup file for the rationale of the following parameters, rem including some tuning recommendations set HEAP=-Xms1280m -Xmx1280m jmeter.properties # Max size of buffer in bytes used when reading responses # Defaults to 64k # changed to 512k httpsampler.max_buffer_size=524288 # Maximum size of HTML page that can be displayed; default=10 mbytes # Set to 0 to disable the size check and display the whole response view.results.tree.max_size=0 # Maximum size of Document that can be parsed by Tika engine; defaut=10 * 1024 * 1024 (10MB) # Set to 0 to disable the size check document.max_size=0 user.properties added: view.results.tree.max_size=0 Any idea/suggestion? Thanks,Alex
