We are load testing some java soap service and have launched jmeter test suite of ~ 300 threads by 3000 similar requests. Each request is approximately 250kbytes of data (due to base64 entry), and after sending 7 hundred something (successful) requests jmeter has simply stopped sending any. Test suite still 'runs' (stop button is available) but no requests are sent, it just does nothing.
Another similar test suite, with the same number of smaller requests (3-4 KB) runs about 20K requests and then the very same thing happens: test suite 'runs' but nothing at all happens.
Question is: what are we doing wrong?