You are probably running your application in a 32bit application pool. I did not crash on my machine when I used the x64 package.
You can use ResourceLimits to force your application to use the disk much faster. But this will probably decrease your performance. A better solution would be to limit the number of concurrent threads or 'upgrade' to x64.
You can use ResourceLimits to force your application to use the disk much faster. But this will probably decrease your performance. A better solution would be to limit the number of concurrent threads or 'upgrade' to x64.