Insufficient local cache directory Space
During graph cutting, a cluster is usually configured to improve the graph cutting performance. Multiple GIS servers are used to execute a graph cutting task at the same time. In this way, there is a problem to be solved, that is, if so many GIS servers cut their own graphs and immediately write them to the arcgiscache directory. This will cause the performance of the cut graph to decline.
Therefore, ArcGIS Server provides the following mechanism:
Generate a bundle in the temporary cache directory on each GIS server, and copy the bundle to the arcgiscache directory of arcgissserver.
NB:
1. Applicable only to compact caching
2. The arcgiscache directory must be a UNC path. If it is a local path, it is directly written to the arcgiscache directory. Do not store temporary directories
3. Version 10.1 and later
Default local cache directory
The default local cache directory is the temporary file shelf of the ArcGIS for server account. For example, when installing ArcGIS for server, the default account is ArcGIS. The temporary directory is: C: \ Users \ ArcGIS \ appdata \ Local \ Temp
Change the local cache directory
When the cache speed is large, the local temporary cache directory is insufficient. You need to change the path. The change method is as follows:
Log on to Admin
Click system> Properties> Update]
Enter the JSON format of the relevant path in the text box, for example: {"localtempfolder": "E: \ arcgistemp "}
Restart the caching tools geographic processing service.