11-22-2009 10:44 PM
11-23-2009 01:31 AM
11-23-2009 02:24 AM
Hi caperng,
have you read through the KB articles provided by muks?
Let's do some calculations with your 370MB text file:
- loading the file into a string: takes 370MB
- converting the string to an array: takes (at minimum) another 370MB chunk of memory (yes, "Spreadsheet string to array" takes a lot of memory!!!)
- displaying the array in an indicator: takes (at minimum) another 370MB chunk of memory (each indicator has it's own copy of the data!)
So:
"code simply reads and displays" a 370MB textfile takes (at minimum) 1110MB of memory...