|
Results |
|
MCLG 5.1+: Using and configuring Collage cache to improve deploy and preview performance
The maximum number of objects that can be stored in the Asset Information Cache. NOTE:
|
|
|
Serena Collage Components User's Guide
max Number Specifies the maximum number of records that will be returned in the query result. 38 Serena® Collage® 5.1.3 AssetQuery
|
|
|
User’s Guide for Collage Contributor
Maximum length Maximum number of characters in text input controls. If the control is a Text or Password field, enter the maximum number of characters that the entered value may contain.
|
|
|
Serena Collage Project Manager's Guide
NOTE With Collage Single Site, the maximum number of projects that can be created is determined by your license key. To find out the maximum number of projects, go to the System | Setup view, and select the Sessions & Servers subview.
|
|
|
Serena Collage Installation and Setup Guide
FTPenable True Enables the FTPserver when Collage starts. FTPmaxusers 10 The maximum number of concurrent clients connected to the FTP server. Installation and Setup Guide 121
|
|
|
Introduction to Serena Collage
Maximum length Maximum number of characters in text input controls. If the control is a Text or Password field, enter the maximum number of characters that the value may contain.
|
|
|
MCLG: How to limit the size of the Collage log
In the <collage_install>\servlet\WEB-INF\nas.properties file, add the following line to set the maximum size of the log file: NASServlet.logfilelimit=2048 The size is in KB, so the line above will limit the log to 2MB, and 32768 would limit the logs to 32MB.
|
|
|
MCLG 5.1+: How to setup client session timeout
The maximum about of time, in seconds, ANY client (ie WebDav, API connection, browser, etc) can be inactive before the session will timeout. The default value is 180 seconds.
|
|
|
MCLG: Would like to show 5 records from an asset query with a link to view more records if more than 5 are available.
<nexus:component classid="nexus/components/AssetQuery" code="/System/Components/nexusComponents.jar" root="/WebSite/PressRoom" filter="A.AssetType='Press Release'" max ="5">
|
|
|
MCLG: Suggested rebuild maintenance to improve performance with Oracle projects
sqlplus system/<password>@<sid> SQL> select segment_type, tablespace_name, max (MB) from ( select segment_name,segment_type, tablespace_name, sum(bytes)/1024/1024 MB
|
|
|