Ok, I assume that you are using a DataSource loop and want to loop a TestCase 250 000 times, because you have 250 000 records in your DataSource. Is this correct?
Now, a few points:
ssharma wrote: |
---|
Set java-opts=-xms3000m -xmx3800000m. |
I think that it's case-sensitive. I.e. you have to write
-Xmx, not
-xmx. Also, -Xmx3800000m (3 800 GiB) is waaay to much memory and you shouldn't be able to start soapUI with this setting.
Have you read the
Improving Memory Usage article?
Which version of soapUI are you using?
Thanks
Henrik
SmartBear Software