ArcFM Desktop > Geodatabase Manager > Optional Configurations > Configure Geodatabase Manager Monitor |
The Geodatabase Manager Monitor ensures that the Geodatabase Manager service doesn't tie up more memory than it needs. Geodatabase Manager Monitor uses a setting to determine the maximum amount of memory that Geodatabase Manager can access between version process intervals. If Geodatabase Manager exceeds the maximum amount of memory, then the Geodatabase Manager Monitor will restart the service and release the memory.
The steps below walk you through setting this maximum amount of memory value in the GeodatabaseManagerServices.exe.config file.
Copy Code
|
|
---|---|
<Miner.Geodatabase.Properties.Settings> <setting name="MemoryThreshold" serializeAs="String"> <value>300</value> </setting> </Miner.Geodatabase.Properties.Settings> |