Speeding
up analytics data collection in low-bandwidth environments
When there are
low-bandwidth connections (1GB or lower) between Discovery
Accelerator and Enterprise Vault, and between Discovery Accelerator
and SQL Server, the collection of analytics data can be slow due to
high memory usage and service restarts. If you know these
connections to be slow, or if you experience these symptoms, you
can take the following steps to speed up data collection.
To speed up analytics data collection in
low-bandwidth environments
-
Pause the collection of
analytics data.
-
Locate the AnalyticsIngesterTask.exe.config
file in the
Discovery Accelerator program folder.
-
Open the file in a text
editor such as Windows Notepad.
-
Make the following
configuration changes:
<add key="numECMThreads" value="1" />
<add key="maxThreadsPerVaultServer" value="1" />
<add key="numDBThreads" value="2" />
-
Save and close the
file.
-
Resume the collection of
analytics data.