##// END OF EJS Templates
dirstate-v2: don't mmap the data file when on NFS...
dirstate-v2: don't mmap the data file when on NFS `mmap` on NFS will trigger a SIGBUS when the mmap'ed file is deleted, which wouldn't work in our case. Also, the performance advantage of using mmap on NFS is debatable at best.
Raphaël Gomès -
r51075:be019ac8 stable
Show More
Name Size Modified Last Commit Author
/ rust / hg-cpython / src / dirstate
copymap.rs Loading ...
dirs_multiset.rs Loading ...
dirstate_map.rs Loading ...
item.rs Loading ...
status.rs Loading ...