mio
mio copied to clipboard
How to use Mio to read and write large files
Hi,May i ask a question? How to use Mio to read and write large files?Thank you
How large? MB or GB or TB?
On a 32-bit computer, files larger than 8GB can be read and written. Is there any relevant example to refer to。Thank you
Hi, How to use mio to write a file which more than 8 GB. Thank you
32bit windows has a memory limit of 2gb, while you are using NTFS limits. mmap needs to be able allocate contiguous virtual memory so it's not going to happen unless you move to 64bit