No upload bigger than 4GB

Hi, I’m running a pydio 8.2.1 on php7.2.10 in an ubuntu 16.04.5 box. I have the settings for 20g upload setup in the php.ini but somehow the upload ends with no file or any error in all the logs. PLupload works but I would rather use the standard.

so to check, I setup a virtualbox with the same os, the same plesk trialversion, the same pydio…etc
now since the upload is realy fast, it works. Is there any other timeout that could be related to this problem? Or any log level to get more info?

thanks
J

Hello,

Make sure you are working on a 64bit system.
Some of php.ini parameter need to be increased and example values:

max_execution_time = 3600
post_max_size = 20G
upload_max_filesize = 20G
memory_limit= 1024M

Hi thanks for your reply. That are my settings. It must have some other reason.

Hi,
can you create a info.php file inside your pydio folder fill it with

<?php 
phpinfo(); 
?>

then go on your <pydio-ip-addr>/info.php and look at the values if you could show me what got.