FSUSEDTHRESHOLD

The FSUSEDTHRESHOLD option specifies what percentage of the file system can be filled up by the database before an alert message is issued.

You can update this server option without stopping and restarting the server by using the SETOPT command.

If this value is set to a low number, the activity log might be flooded with messages about the database space being filled, even if there is still space available. If the value is set too high, the database space might be filled before you can add more space to the file system.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-FSUSEDTHreshold--percent------------------------------------><

Parameters

percent
Specifies the value of used space in the database. You can specify a value from 0 to 100. The default is 90.

Examples

fsusedthreshold 70