d4500 opened this issue on Jun 24, 2003 ยท 20 posts
stewer posted Tue, 24 June 2003 at 9:11 AM
To me it doesn't sound like a filesize limit of the OS (because then you wouldn't have a file that large in the first place) but rather like a filesize limit of the program you are trying to use to open it. A 12GB file does not fit in 32bit address space, if that program is trying to open it as a memory mapped file it is doomed to fail on any 32bit system.