Thank you Diederik! df -h says:
tmpfs 3.0G 0 3.0G 0% /lib/init/rw tmpfs 3.0G 0 3.0G 0% /dev/shm Do they count 6 GB altogether, or only 3 GB? Why do I have two tmpfs? (It's a hosted OpenVZ server. it has 6 GB of RAM). Is it possible to increase these values somehow? Recently I was able to upload a 3.5 GB file, but that was un-downloadable :) post_max_size on oc3 is in php.ini. Regards, Adam ----- Original Message ----- From: Diederik de Haas Sent: 06/10/12 12:10 AM To: [email protected] Subject: Re: [Owncloud] Really big file upload On Saturday 09 June 2012 23:56:36 Tóth Ádám wrote: > Is it possible to allow big (e.g DVD iso) file uploads? > Here is an article: > http://code.google.com/p/sabredav/wiki/WorkingWithLargeFiles > > I still use 3.0.3, on Debian. Debian defaults to 20% of RAM for /tmp using tmpfs (use df -h to see your value), so that's sth to keep in mind when uploading big files since uploads go through /tmp before being stored on disk. Besides that the 'post_max_size' field (in .htaccess on oc4, dunno about oc3) is important because that sets the maximum upload size. See also http://owncloud.org/support/big-files/
_______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
