I'm using JMeter to run performance tests, but my sample data set is huge.
We want to simulate production-like traffic, and in order to do that, we need to have a large variety of requests replayed from production logs.
In turn, this causes us to have a huge sample dataset. So the questions are:
- What's the recommended CSV sample size for large input samples?
- Is CSV Data Config enough to use files that contain 300MB - 500MB or more worth of HTTP request payloads?
- Can I just increase JVM memory limits?
- Is this method good enough? Is there a better alternative?
Thanks!