vimpunk / mio

Cross-platform C++11 header-only library for memory mapped file IO
MIT License
1.71k stars 157 forks source link

iOS pltaform got an error: "no space left on device" #107

Open maoxing opened 2 months ago

maoxing commented 2 months ago

I use multi-threading to decompress files, and use mmap when writing files.

Now I find that no space left on device errors will be reported on a large number of iOS devices.

When open is executed, errno 28 is returned, but I found these Devices all have reorganized storage space.

I am very confused about this problem. Currently I find that it only exists on the iOS platform.

image