[Numpy-discussion] Huge arrays

David Warde-Farley dwf at cs.toronto.edu
Wed Sep 9 17:52:41 EDT 2009


On 9-Sep-09, at 4:48 AM, Francesc Alted wrote:

> Yes, this later is supported in PyTables as long as the underlying  
> filesystem
> supports files > 2 GB, which is very usual in modern operating  
> systems.

I think the OP said he was on Win32, in which case it should be noted:  
FAT32 has its upper file size limit at 4GB (minus one byte), so  
storing both your arrays as one file on a FAT32 partition is a no-no.

David



More information about the NumPy-Discussion mailing list