<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Hello,
<div><br>
</div>
<div>I have some users testing owncloud for uploading very large files (> 4GB). They have a valid corporate use-case for this (sharing an binary image file of large simulation system with an external support company).</div>
<div><br>
</div>
<div>I have bumped up the php and owncloud config parameters to increase the maximum size of uploaded files but I am currently stuck at ~2GB limit.</div>
<div>I am on SLC6, x86_64 kernel and my php and apache rpms have .x86_64 suffixes (presumably/hopefully compiled with 64bit support).</div>
<div><br>
</div>
<div>Following the doc at  <a href="http://owncloud.org/support/big-files/">http://owncloud.org/support/big-files/</a> my settings in /etc/php.ini have been experimentally defined as:</div>
<div><br>
</div>
<div>post_max_message =  2^31 -1   [ 2247483647 bytes]</div>
<div>upload_max_filesize = post_max_message - 100MB</div>
<div><br>
</div>
<div>If I go above 2^31 in these settings then it appears that I wrap around a signed 32 bit integer (?) and the limit is effectively smaller.</div>
<div><br>
</div>
<div>Anyone has experience or suggestion how to go up to 4GB or even further?</div>
<div><br>
</div>
<div>There is also this app, which I would be willing to help reviewing once I figure out about the basic configuration and owncloud strategy for large file support:</div>
<div><br>
</div>
<div><a href="http://apps.owncloud.com/content/show.php/Large+File+Upload">http://apps.owncloud.com/content/show.php/Large+File+Upload</a></div>
<div><br>
</div>
<div>Is this app the "official" way to go for very large files?</div>
<div><br>
</div>
<div>kuba</div>
<div><br>
</div>
<div>--</div>
</body>
</html>