Server Configuration > Server Properties for Workflow > Configuration Properties for Workflows and Documents > Workflow and Document Properties in im.properties
  
Workflow and Document Properties in im.properties
Property
Description
mksis.im.prodServer=
Host name of production Windchill RV&S server.
mksis.im.prodPort=
Port number to connect to on production server.
mksis.im.prodUser=
Logon ID of administrator configuring administrative objects on production server.
mksis.im.prodPassword=
Password of administrator configuring administrative objects on production server.
* 
Password encryption enabled for this password if you have encryption enabled on Windchill RV&S server.
im.Cache.default.bulkDiskSize=
im.ServerCache.default.bulkMemSize=
Respectively, the maximum disk space and memory allocated to the bulk data cache for workflows and documents. The bulk data cache accelerates the retrieval of contents for frequently accessed attachments (both regular and attachments used in rich content fields).
Default disk space is 1000M.
Default memory is 30M.
im.ServerCache.default.bulkDiskHardLimit=
im.ProxyCache.default.bulkDiskHardLimit=
Disk hard limit of bulk data cache for workflows and documents (server and proxy). The size is specified in megabytes, and must be as large or greater than the value specified for the matching bulkMemSize property. For example, 1000M. Any attempt to add more data to the bulk data cache (that would increase it to be larger than this size) results in a pause while the system waits for content to be removed from the bulk data cache.
The default value is 0, denoting no hard limit.
im.ProxyCache.default.bulkDiskSize=
im.ProxyCache.default.bulkMemSize=
Respectively, the maximum disk space and memory allocated to the proxy bulk data cache for workflows and documents.
Default disk space is 1000M.
Default memory is 30M.
im.ServerCache.default.bulkRootDir=
Specifies the location of the bulk data cache for workflows and documents.
You can maximize performance and improve memory usage by:
selecting a fast local drive
selecting a different drive from the one where archives are stored
using a directory close to the root (shorter names decrease memory usage)
Default directory is installdir/server/mks/IMBulk.
im.ProxyCache.<alias>.bulkRootDir=
Specifies the location of the proxy bulk data cache for workflows and documents.
Default directory is installdir/server/mks/<alias>/IMBulk.
where <alias> is the alias name for the target server configured in is.properties.
im.ProxyCache.<alias>.rootDir=<imroot>/<alias>/IMMetadata
Specifies the location of the proxy metadata cache for workflows and documents. The metadata used by the running proxy that resides in memory is preserved here between server restarts.
im.ServerCache.default.size=
Maximum amount of memory the server metadata cache is allowed to use. At the current time, the metadata cache is only used as a helper to the bulk data cache. It contains few data, such as the identity of attachments for ACL checks. Therefore, there is rarely the need to tune it. If you see regular warning from the server root cache for workflows and documents, adjust this setting.
Default is 16M.
im.ProxyCache.default.size=
Maximum amount of memory the proxy metadata cache is allowed to use.
Default is 16M.
im.ProxyCache.<alias>.rootDir=
Specifies the disk location for the proxy metadata cache.
Default directory is installdir/server/mks/<alias>/IMMetadata.