Steps to reproduce
-
I am trying to upload a big file (205GB) through web browser(google chrome,mozila firefox )
-
Then after some hours, it hangs processing files
Expected behaviour
Tell us what should happen
It should upload my file.
Actual behaviour
After hours, it hangs processing files
Server configuration
Operating system: CentOS Linux release 7.5.1804 (Core)
Disk: NLSAS 7.2k
Web server: Server version: Apache/2.4.6 (CentOS)
Database: 5.5.60-MariaDB
PHP version: PHP 7.2.17
ownCloud version: 10.1.1 (stable)
Updated from an older ownCloud or fresh install: Upgraded install
Where did you install ownCloud from:
Repo Centos
Signing status (ownCloud 10.1.1 and above):
No errors have been found.
The content of config/config.php:
"system": {
"updatechecker": false,
"instanceid": "oc8wvr7vhndq",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"xx.xx.xx.xx",
"myowncloud.xxxx.br",
"alias.xxx.br"
],
"datadirectory": "/owncloud/data",
"overwrite.cli.url": "http://xx.xx.xx.xx/owncloud",
"dbtype": "mysql",
"version": "10.1.1.1",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"installed": true,
"loglevel": 2,
"maintenance": false
},
"apps": {
"backgroundjob": {
"lastjob": "5"
},
"comments": {
"enabled": "yes",
"installed_version": "0.3.0",
"types": "logging,dav"
},
"configreport": {
"enabled": "yes",
"installed_version": "0.1.2",
"types": "filesystem"
},
"core": {
"enable_external_storage": "yes",
"first_install_version": "10.0.10.4",
"installedat": "1547730147.3812",
"lastcron": "1556641591",
"lastupdateResult": "[]",
"lastupdatedat": "1556624868",
"oc.integritycheck.checker": "[]",
"public_files": "files_sharing/public.php",
"public_webdav": "dav/appinfo/v1/publicwebdav.php",
"vendor": "owncloud"
},
"dav": {
"enabled": "yes",
"installed_version": "0.4.0",
"types": "filesystem"
},
"federatedfilesharing": {
"enabled": "yes",
"installed_version": "0.3.1",
"types": "filesystem"
},
"federation": {
"enabled": "yes",
"installed_version": "0.1.0",
"types": "authentication"
},
"files": {
"cronjob_scan_files": "500",
"enabled": "yes",
"installed_version": "1.5.2",
"types": "filesystem"
},
"files_external": {
"enabled": "yes",
"installed_version": "0.7.1",
"ocsid": "166048",
"types": "filesystem"
},
"files_sharing": {
"enabled": "yes",
"installed_version": "0.11.0",
"types": "filesystem"
},
"files_trashbin": {
"enabled": "yes",
"installed_version": "0.9.1",
"types": "filesystem"
},
"files_versions": {
"enabled": "yes",
"installed_version": "1.3.0",
"types": "filesystem"
},
"files_videoplayer": {
"enabled": "yes",
"installed_version": "0.9.9",
"types": ""
},
"firstrunwizard": {
"enabled": "yes",
"installed_version": "1.1.1",
"ocsid": "166055",
"types": ""
},
"market": {
"enabled": "yes",
"installed_version": "0.4.0",
"market": "0.3.0",
"signed": "true",
"types": ""
},
"notifications": {
"enabled": "yes",
"installed_version": "0.4.1",
"types": "logging"
},
"provisioning_api": {
"enabled": "yes",
"installed_version": "0.5.0",
"types": "prevent_group_restriction"
},
"systemtags": {
"enabled": "yes",
"installed_version": "0.3.0",
"types": "logging"
},
"updatenotification": {
"enabled": "yes",
"installed_version": "0.2.1",
"types": ""
}
}
}
List of activated apps:
Enabled:
- comments: 0.3.0
- configreport: 0.1.2
- dav: 0.4.0
- federatedfilesharing: 0.3.1
- federation: 0.1.0
- files: 1.5.2
- files_external: 0.7.1
- files_sharing: 0.11.0
- files_trashbin: 0.9.1
- files_versions: 1.3.0
- files_videoplayer: 0.9.9
- firstrunwizard: 1.1.1
- market: 0.4.0
- notifications: 0.4.1
- provisioning_api: 0.5.0
- systemtags: 0.3.0
- updatenotification: 0.2.1
Disabled:
- encryption
- external
- user_external
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Google Chrome
Operating system: Windows 8.1
I am looking for a solution ! thanks