-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
PUT of large files via oc-client inefficient with standard chunksize in fast networks #21696
Comments
This looks clearly like a client enhancement. I guess this is the stuff that @michaelstingl talked about yesterday. Right? cc @butonic |
==> @felixboehm |
from my pov the client could learn the chunk size depending on the network quality. client 'issue' -> closing |
Moved > owncloud/client#4354 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
Expected behaviour
ownCloud desktop client performs well while uploading large files in a fast network. (~100MB/s)
Actual behaviour
ownCloud desktop client performs bad while producing a high server load with standard parameters. (~10-20MB/s)
If you set the chunksize to a higher value the transfrerate raises while the server load drops. (~90-100MB/s)
Server configuration
openSUSE 13.1 (Bottle) (x86_64)
Web server:
Apache/2.4.16
Database:
PostgreSQL 9.4.5
PHP version:
5.6.9
ownCloud version: (see ownCloud admin page)
8.2.2
Updated from an older ownCloud or fresh install:
Updated
List of activated apps:
Standard
Are you using external storage, if yes which one: local/smb/sftp/...
NFS
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
LDAP
Client configuration
Operating system:
OS X 10.10.5
Client Version:
2.1.0 (build 2944)
The text was updated successfully, but these errors were encountered: