Max file size for File.ReadAllLines

Posted by user283897 on Stack Overflow See other posts from Stack Overflow or by user283897
Published on 2010-03-31T14:50:05Z Indexed on 2010/03/31 14:53 UTC
Read the original article Hit count: 331

Filed under:
|
|

Hi, I need to read and process a text file. My processing would be easier if I could use the File.ReadAllLines method but I'm not sure what is the maximum size of the file that could be read with this method without reading by chunks. I understand that the file size depends on the computer memory. But are still there any recommendations for an average machine? I would greatly appreciate your fast response. Thanks, Lev

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about file