Installation Settings Files

9
In some cases it might be needed to change the timeout settings for these binding settings. Do
not raise them above 10:00, if this would be needed, you storage environment is to slow to
work with the BackupAgent Server software.
Additionally, some caching settings can be adjusted:
<system.runtime.caching>
<memoryCache>
<namedCaches>
<add name="default" cacheMemoryLimitMegabytes="500" physicalMemoryLimitPercentage="0"
pollingInterval="00:01:00" />
</namedCaches>
</memoryCache>
</system.runtime.caching>
See http://msdn.microsoft.com/en-us/library/dd941874%28v=vs.110%29.aspx for more info on
the available parameters.
2.6 ProcessingService.exe.config
This file is used to configure the Processing Service that handles the asynchronous file
checksum calculation and the asynchronous files and folders deletion from the storage
location.
Settings that can be adjusted:
<bindings>
<netNamedPipeBinding>
<binding name="NetNamedPipeBinding_IMetadataService" closeTimeout="00:01:00"
openTimeout="00:05:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
transactionFlow="false" transferMode="Buffered" hostNameComparisonMode="StrongWildcard"
maxBufferPoolSize="524288000" maxBufferSize="524288000"
maxReceivedMessageSize="524288000">