-
-
Notifications
You must be signed in to change notification settings - Fork 869
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
Bug: Documentation about speed #3090
Comments
@hifigraz Secondly you are asking a question .. please follow the ask that questions get raised as discussions. Closing this for the following reasons
|
Sorry about the logs ...updated I see this as a bug report concerning the documentation. Update: Or maybe add a known issue, that a usable performance is not reachable. |
@hifigraz Prior to v2.5.x , the entire application was single threaded. Additionally, for each file action (upload|download) a new internal curl instance was created, thus, this made downloading lots of small files a very slow activity. Version 2.5.x was a complete re-write that fixed this major issue that introduced multi-threading and multi-threaded file transfers. Now .. to your item - you are asking a question - that basically boils down to - 'I appear to have poor performance - what can I check?' As per the readme: (https://github.com/abraunegg/onedrive?tab=readme-ov-file#have-a-question) As per raising an issue: I am unsure how much clearer this can be. Now .. to answer your actual question ..
I am unsure what you want regarding 'increasing performance' as you have zero evidence here to work on. If it is file transfer speed - you can increase the number of threads (which then increases the number of files actioned in a concurrent manner), however you are still going to be limited by:
There is zero known issue here and you are providing zero evidence of a problem of issue. |
Describe the bug
I have found several closed bugs about very, very poor performance.
I also see this unusual performance. We are talking about bandwidth below 50k/s.
I do understand, that this is all about wrong usage, but I haven't found any usable documentation on how to improve this performance.
At the moment, it's not usable.
Operating System Details
Client Installation Method
From Distribution Package
OneDrive Account Type
Business | Office365
What is your OneDrive Application Version
onedrive v2.5.3
What is your OneDrive Application Configuration
What is your 'curl' version
Where is your 'sync_dir' located
Local
What are all your system 'mount points'
What are all your local file system partition types
How do you use 'onedrive'
At the moment, I only do a sync every five minutes.
I'm planning to use it on other devices, but I can't with this performance.
So, some information, on how to increase performance is crucial.
Steps to reproduce the behaviour
I have tried this with arch Linux on btrfs.
I have tried this on another arch Linux.
And now I'm trying this with my NixOS server.
It's always the same.
I would be really happy to find a way how to not reproduce this.
Complete Verbose Log Output
Screenshots
No response
Other Log Information or Details
Additional context
No response
The text was updated successfully, but these errors were encountered: