mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
Improve docker socket I/O by 30-70% each way
Upload into a container was 10MiB/s now 17MiB/s. Download from a container was 16MiB/s now 21MiB/s.
This commit is contained in:
parent
0167549645
commit
7197f35b5e
@ -10,7 +10,7 @@ start()
|
|||||||
case $TAG in
|
case $TAG in
|
||||||
"socket")
|
"socket")
|
||||||
mkdir -p /Socket
|
mkdir -p /Socket
|
||||||
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 socket /Socket
|
mount -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000,msize=32768 socket /Socket
|
||||||
;;
|
;;
|
||||||
"plan9")
|
"plan9")
|
||||||
mkdir -p /Mac
|
mkdir -p /Mac
|
||||||
|
Loading…
Reference in New Issue
Block a user