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

Poor performance on mounts with some operations #167

Closed
townsend2010 opened this issue Feb 23, 2018 · 1 comment
Closed

Poor performance on mounts with some operations #167

townsend2010 opened this issue Feb 23, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@townsend2010
Copy link
Collaborator

For example, git clone git@github.com:MirServer/mir.git is terribly slow. It seems like any operation that does many small reads/writes is very slow.

@townsend2010 townsend2010 self-assigned this Feb 23, 2018
@townsend2010
Copy link
Collaborator Author

After much investigation by me and @albaguirre, we have determined that libssh is missing a socket option that sets TCP_NODELAY. After adding this, git clones, etc. are much more like I would expect over an encrypted connection:) That said, closing this and it will be addressed in libssh.

albaguirre added a commit to albaguirre/multipass that referenced this issue Mar 2, 2018
Enable NODELAY by default our ssh usage, which include interactive
console clients and and sftp server, benefit greatly in terms of
performance.

Fixes canonical#167.
albaguirre added a commit to albaguirre/multipass that referenced this issue Mar 2, 2018
Enable NODELAY by default our ssh usage, which include interactive
console clients and and sftp server, benefit greatly in terms of
performance.

Fixes canonical#167.
townsend2010 pushed a commit that referenced this issue Mar 2, 2018
Enable NODELAY by default our ssh usage, which include interactive
console clients and and sftp server, benefit greatly in terms of
performance.

Fixes #167.
@Saviq Saviq added this to the 2018.4.1 milestone Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants