In conjunction with mirage/ocaml-9p#58, speeds up seq read 13x + seq write 11x

This commit is contained in:
David Sheets 2016-02-09 17:40:56 +00:00
parent 1f9bf7c321
commit 03ad9781ad

View File

@ -14,7 +14,7 @@ start()
;;
"plan9")
mkdir -p /Mac
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000.u plan9 /Mac
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000.u,msize=32768 plan9 /Mac
;;
"fuse")
mkdir -p /Transfuse