I asked How do I make a large 3D array without running out of memory?, and I received many answers. All of the answers basically said the same thing, but with one minor difference. Each answer claimed a different size for my 10,000 x 10,000 x 10,000 array. (931 GB, 931 * 4 GB, 4 TB, 3725 GB, etc.)
How do you determine the memory that needs to be allocated for a 3D array?