1

In the document section there is a hint that upload size is limited to 64 MB.

We sometimes need to store huge specification documents which exceed this limit.

Is this a hard technical limitation or can this size be configured?

Patrick Quirk
  • 23,334
  • 2
  • 57
  • 88

1 Answers1

2

You can change the file size in /etc/tuleap/conf/local.inc. Look for $sys_max_size_upload.

Aryess
  • 530
  • 2
  • 12
  • 3
    I also changed the max size for packet upload (/etc/php.ini) and for mysql (max_allowed_packet in /etc/my.cnf), but still got "You tried to upload a file that is larger than the Codendi post_max_size setting". – Rémi Dec 11 '15 at 11:28
  • 1
    nb : It was possible to send the file using scp (to /var/lib/tuleap/ftp/incoming/) and then to add it. – Rémi Dec 11 '15 at 11:43
  • 1
    You can find more information about the file size limit in the full install doc here: http://www.slideshare.net/Codendi/codendi-installation-guide Especially page 15, where you have the different values, including post_max_size. – Aryess Dec 16 '15 at 03:06