I'm using basic postman, no newman, just the build-in collection runner.
I have a loop with about 15 requests, 10 for the first iteration, and only 4 actually run every loop.
When using postman's collection-runner for more than 20 iterations, postman crashes, seemingly without reason. Any less iterations run fine without bugs or errors, and the environment variables don't stack up much after the initial requests.
Any ideas what could cause this and what would be a good workaround? (In the end I'm planning on running ~18000 iterations, so havind to restart after every 20 would be a problem.)