When many users store very large documents on your site, you may sometimes notice a
slowdown in your site's performance. You can reduce the impact of such a use pattern by
telling TeamForge not to attach documents
larger than a certain size.
Note: It's also a good idea to let your users know that the Documents
tool in TeamForge is not designed
primarily as a storage device. As a best practice, upload documents to make them
available for collaboration, not for backup or long-term storage.
-
Open the site-options.conf file.
This is the master configuration file that controls your TeamForge site.
-
vi /opt/collabnet/teamforge-installer/8.0.0.1/conf/site-options.conf
Note: vi is an example. Any *nix text editor will
work.
-
Add the DOCUMENT_MAX_FILE_UPLOAD_SIZE
parameter and give it a value equal to the maximum size (in megabytes)
of documents to be uploaded.
-
Review the variables you've changed, then save the
site-options.conf file.