Interviewer - Server Admin > Manage logs > Managing the DPM dump file
 
Managing the DPM dump file
By default, the Manage Logs activity creates a DPM dump file whenever an export is occurs. It can take a considerable amount of time to create the dump file when the DPM is large. The Manage Logs web.config file's IncludeDPMDump setting effectively enables and disables dump file creation.
<appSettings>
  <add key="IncludeDPMDump" value="false" />
</appSettings>
When set to false, the setting prevents the DPM dump file creation; when set to true, a DPM dump file is created whenever an export occurs.
 
See also
Manage logs