Configuring Memory Check in the ibis.properties File

Memory checking ensures that a responding Process Engine is running in a normal state so that workflows can safely be executed on that Process Engine.

The check includes the following:

  • Determining whether the OS file system is in read-only mode.

  • Determining if the available disk size has fallen below MinimumHardDiskSizeInMB (only if disk limiting is not enabled in the server configuration).

The check is performed at startup and periodically after IntervalFileAndDiskCheckInMilliSec milliseconds.

If the OS file system is in read-only mode or the available disk size is smaller than MinimumHardDiskSizeInMB MB, the Process Engine is put into maintenance mode and the user is informed about the reason.

Configuration file

<inubit-installdir>/server/ibis_root/conf/ibis.properties

Default values

IntervalFileAndDiskCheckInMilliSec=300000 MinimumHardDiskSizeInMB=100