patches #13682 to fix memory mapping of large files on Windows#15125
patches #13682 to fix memory mapping of large files on Windows#15125tkelman merged 1 commit intoJuliaLang:masterfrom
Conversation
|
I still don't think this is right; the docs say that all the args for |
|
I think the argument is still |
|
Ah.....that makes sense. |
|
lgtm. we've been reluctant to add tests for this since it requires making a 4GB+ file. but I assume you've at least tested this locally to show that it is giving the right results? |
|
Yes, I've tested it with large imaging datasets, and it looks good. If the mapping was incorrect it should have been obvious in the images. |
|
We could try adding an automated outside-of-base regression test for this running in a dedicated repository on appveyor? |
|
Travis failure is a cache corruption, will restart |
patches #13682 to fix memory mapping of large files on Windows
Fixes #13560