Use a command line to purge the data stored with charts. You can purge all chart data, or you can specify a number of days of data you want to retain.
Note: before running the purge command, HelpSystems recommends that you back up the InterMapper Settings folder (especially the Chart Data folder.)
To purge chart data:
Stopping and starting the InterMapper Server varies depending on your platform.
For Mac, Unix, and Linux, the command includes the location of the InterMapper daemon configuration file. Here's the syntax those platforms:
/usr/local/bin/intermapperd -f /usr/local/etc/intermapperd.conf --chart-purge [# of days]
For Windows, here is the syntax:
"C:\Program Files\InterMapper\InterMapper.exe" --chart-purge [# of days]
#of days specifies the number of days of chart data to retain, while purging the rest.
To purge all chart data, use a # of days value of 0.