Am 08.03.2016 um 13:44 schrieb Götz Reinicke - IT Koordinator:
> Am 08.03.16 um 13:34 schrieb tflidd:
>>
>>
>> Am 08.03.2016 um 13:26 schrieb Götz Reinicke - IT Koordinator:
>>> Am 08.03.16 um 13:22 schrieb tflidd:
>>>>
>>>>
>>>> Am 08.03.2016 um 13:11 schrieb Götz Reinicke - IT Koordinator:
>>>>> Am 08.03.16 um 13:00 schrieb tflidd:
>>>>>> Am 08.03.2016 um 11:05 schrieb Chris:
>>>>>>> See https://github.com/owncloud/core/issues/20967
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> View this message in context: 
>>>>>>> http://owncloud.10557.n7.nabble.com/OC-8-1-4-slow-client-upload-of-GB-size-files-tp16149p16813.html
>>>>>>> Sent from the Users mailing list archive at Nabble.com.
>>>>>>> _______________________________________________
>>>>>>> User mailing list
>>>>>>> User@owncloud.org
>>>>>>> http://mailman.owncloud.org/mailman/listinfo/user
>>>>>>>
>>>>>> The sql-queries shouldn't be so much of an issue on big files.
>>>>>>
>>>>>> For big files, it is more the default chunk size which is not the best
>>>>>> choice on fast networks (5 MB or 20 MB?). But you can increase this
>>>>>> default value:
>>>>>> https://forum.owncloud.org/viewtopic.php?f=14&t=33209
>>>>>>
>>>>>> There are also some efforts to implement a variable chunk size in the
>>>>>> future:
>>>>>> https://github.com/owncloud/client/issues/4019
>>>>>>
>>>>>> Cheers,
>>>>>> tflidd
>>>>>
>>>>> Sounds great. I can't find the syntax for adding that option to my mac
>>>>> os x client.
>>>>>
>>>>> I have the config file, but where and how to put that option?
>>>>>
>>>>>   Thanks for a hint. /Götz
>>>>>
>>>>>
>>>>>
>>>> Following the post
>>>> https://forum.owncloud.org/viewtopic.php?f=14&t=33209#p108001 the
>>>> variable should be "chunkSize".
>>>> https://github.com/owncloud/client/pull/4470/files
>>>>
>>>> It should be placed in the [General]-section, I suppose something like
>>>> this (for 100 MB chunk size):
>>>>
>>>> [General]
>>>> optionalDesktopNotifications=true
>>>> chunkSize=104857600
>>>>
>>>> [Settings]
>>>> ...
>>>
>>>
>>> Great and Thanks! Now I sync with 15 - 20 MB/s. Not as fast as with the
>>> webbrowser upload, but better than 4 MB/s!
>>>
>>>     cheers . Götz
>>>
>>>
>> Did you change the chunkSize? In a 1Gb-network, even 100 MB might be too
>> small.
> 
> The network is 1Gb. I checked again with 200MB and 100MB Chunk.
> 
> For my previous answere I resumed a sync of a big file; now with a
> complete new file the sync upload is 30 - 40 MB/s.
> 
> Well done! :)
On such a network, you should be able (in theory) to upload 125 MB/s.
Supposing the default 5 MB chunks being optimized for a 5 Mb/s upstream
connection, you should be safe to choose 1000 MB chunks.

>>
>> Perhaps direct WebDAV upload is an alternative? OS X has a native
>> support, or try some 3rd party clients (Cyberduck and others).
> 
> On OS X webdav is read only ... :-(
Should be fixed in OC 8.2.2: https://github.com/owncloud/core/issues/17732
_______________________________________________
User mailing list
User@owncloud.org
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to