MinFreeSpaceMB

The minimum amount of free disk space (in MB) that IDOL Content Component requires in the nodetable, dynterm, and numeric directories at startup.

If the available disk space falls below the MinFreeSpaceMB value, and IDOL Content Component has an indexing job to process, the job pauses. The job does not resume automatically, and the indexing queue remains paused until one of the following occurs:

  • You shut down the server with the Stop action, or by stopping the service. IDOL Content Component generates a warning message in the index log.

  • You cancel the index job manually by using the IndexerGetStatus action with the IndexAction parameter set to Cancel.

  • You resume the index job manually by using the IndexerGetStatus action with the IndexAction parameter set to Restart. If you restart the index job in this way, it is processed as normal if sufficient disk space is available. Otherwise it is paused again.

Type: Long
Default: 1053
Allowed Range: Minimum: 50
Maximum: 2000000000
Recommended Range: Minimum: 1053
Maximum: 4212
Required: No
Configuration Section: Server
Example: MinFreeSpaceMB=1053
See Also: IndexerGetStatus
Stop service action