Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-machine-nfs is faster as unfs #273

Closed
beardcoder opened this issue Apr 3, 2018 · 1 comment
Closed

docker-machine-nfs is faster as unfs #273

beardcoder opened this issue Apr 3, 2018 · 1 comment

Comments

@beardcoder
Copy link

A Test at both methods

unfs Result with default config
time dd if=/dev/zero of=/Users/markussommer/testfile bs=16k count=128k
2147483648 bytes (2.0GB) copied, 47.382582 seconds, 43.2MB/s
real 0m 47.38s
user 0m 0.05s
sys 0m 0.90s

nativ nfs
noacl,async,noatime,actimeo=1
docker@default:~$ time dd if=/dev/zero of=/Users/markussommer/testfile bs=16k count=128k
131072+0 records in
131072+0 records out
2147483648 bytes (2.0GB) copied, 35.859131 seconds, 57.1MB/s
real 0m 35.86s
user 0m 0.09s
sys 0m 1.47s

@codekitchen
Copy link
Owner

Hi, thanks for your interest in this. This is already well known and discussed in various issues in this repo. Closing in favor of #274.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants