The minimum amount of free disk space (in MB) that HPE IDOL Server requires in the nodetable
, dynterm
, and numeric
directories at startup.
If the available disk space falls below the MinFreeSpaceMB
value, and HPE IDOL Server 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. HPE IDOL Server 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: |
Stop service action |
|