This section lists the newly added parameters in the magnus.conf file.
Table 1 magnus.conf Directives
Parameters |
Valid Values |
Description |
---|---|---|
ACLCacheMax |
1 |
Specify a configurable limit for the ACL cache. This directive restricts the size of ACL cache, thus removing old entries from the cache which otherwise contributes significantly to memory usage. |
FtpPoolSize |
1 – 65536 |
Specify the size of the FTP connection pool. The default value is 256. |
FtpPoolLife |
1 – 65536 |
Specify the life of the connection in seconds, that the FTP connection remain unused in the pool before the monitor thread closes it. The default value is 3600. |
FtpPoolMonitorThread |
OFF |
Specify the boolean value to monitor the FTP thread functionality. The default is ON. |
FtpPoolMonitorLevel |
0 |
Specify an integer value. If set to 0 the pool monitor thread checks whether the connection is dead or alive. If set to 1, the NOOP command is sent to the connection and awaits for the reply. Failure to get a responsewill cause the connection to be removed from the pool. The default level is 1. |
FtpPoolMonitorInterval |
30 – 65536 |
Specify an integer value in seconds, after which the pool connections are monitored. The default value is 30 |