在多线程里面读取一个400多M的Xml文件,首先将其读入FileStream里面,然后,在执行
byte [] bts = new byte[fs.Length];
这句代码时,出现内存溢出的异常,求解?