09-29-2006 04:26 AM
09-29-2006 05:22 AM
A 3 D array of that size will definitely take a lot of space on your virtual memory.
See if you can increase the size of virtual memory allocated in your computer.
If virtual memory is set to maximum permissible value, then you cannot do this operation
09-29-2006 05:31 AM
Also see if you can break your data into smaller 2D array chunks and save them
Also read this link and see if it helps you