public static void Thread(object state)
{
byte[] bytes = new byte[64000000];
}

In the following code I'm getting an OutOfMemoryException because I'm launching these threads 1024 times and...