Nextcloud version (eg, 12.0.2): 18.0.0
Operating system and version (eg, Ubuntu 17.04): Ubuntu 18.04 LTS
Apache or nginx version (eg, Apache 2.4.25): Apache 2.4.29
PHP version (eg, 7.1): 7.2
The issue you are facing:
Uploading large Files ( > 10 MB) is very slow (~6 MB/s although the Networks speed is 2Gbit/s).
Nextcloud is reached from the Internal Network.
Every 10 MB of the File the upload stucks for one to three Seconds. After that the download resumes for 10 MB at the speed of 6 MB/s.
I’ve had the issue already in Verion 17 before updating to Version 18.
Is this the first time you’ve seen this error? (Y/N): Yes
Steps to replicate it:
- Upload a big File (>10 MB)
The output of your Nextcloud log in Admin > Logging:
Nothing specific
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'passwordsalt' => *******************************************************************',
'secret' => '*************************************************************************',
'trusted_domains' =>
array (
0 => '**********',
1 => '**********',
),
'datadirectory' => '/***/***/***',
'dbtype' => 'mysql',
'version' => '18.0.0.10',
'overwrite.cli.url' => 'http://*********',
'dbname' => '**********',
'dbhost' => '**********',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => '**********',
'dbpassword' => '**********',
'installed' => true,
'htaccess.RewriteBase' => '/',
'instanceid' => '*********',
'memcache.local' => '\\OC\\Memcache\\APCu',
'maintenance' => false,
'theme' => '',
'loglevel' => 2,
'updater.release.channel' => 'stable',
'twofactor_enforced' => 'true',
'trusted_proxies' =>
array (
0 => '*********',
),
'data-fingerprint' => '**********',
'mysql.utf8mb4' => true,
'defaultlocale' => 'enUS',
'default_language' => 'en',
'trashbinretentionobligation' => 'auto, 1',
'appdecodechecker' => true,
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => '/var/run/redis/redis.sock',
'port' => 0,
'password' => ''
),
'memcache.locking' => '\\OC\\Memcache\\Redis',
);
The output of your Apache/nginx/system log in /var/log/____
:
No Errors logged