ArcFM Desktop Configuration Guide
Configure Geodatabase Manager Monitor

Resource Center Home

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.

  1. Open GeodatabaseManagerservices.exe.config. By default, this file is installed here: C:\Program Files (x86)\Miner and Miner\ArcFM Solution\Bin.
  2. Look for the following XML:
    Copy Code
    <Miner.Geodatabase.Properties.Settings> 
        <setting name="MemoryThreshold" serializeAs="String"> 
            <value>300</value> 
        </setting> 
    </Miner.Geodatabase.Properties.Settings>
    
  3. The Value tags contain the maximum amount of memory (in megabytes) Geodatabase Manager may use between version process intervals. If the amount of memory used between intervals exceeds this value, the Geodatabase Manager Monitor will restart the service and release the memory. Set this value as appropriate. The default value is 300mb.
  4. Save and close GeodatabaseManagerservices.exe.config.

 

 

 


Send Comment to ArcFMdocumentation@schneider-electric.com