Upload big file problem
Added by ILL ILL over 15 years ago
Hello
We have redmine version 0.7.3 install on a SuSE Linux server.
We allow upload file of 200MB in the redmine settings.
We try to upload a file of 140MB. The file is correctly upload in the project but the temporary file created in /tmp (aka /tmp/CGI26723.3) is not effectively delete until restart mongrel.
lsof tell:
mongrel_r 26723 wwwrun 7u REG 253,0 146801513 132 /tmp/mongrel26723.0 (deleted)
mongrel_r 26723 wwwrun 11u REG 253,0 146800640 140 /tmp/CGI26723.3
IS there any parameter to correct this problem ?
Thank's