Setting the maximum amount of stored tasks
By default, the tenant database size is set to 20 GB.
However, if your organization’s activities increase or you anticipate future growth, you may need to increase the storage limit to handle a greater volume of tasks and ensure optimal performance.
To modify the storage limit, you need to edit the property in the configuration file.
Procedure
- Open the tds/config/data-stewardship.properties configuration file.
- To edit the amount of GB, set the limit mode to manual setting with the property tds.tasks.storage.limit.mode=manualSetting, and then define the GB limit with the property tds.tasks.storage.limit.value. The default value is 20 GB.
- To remove the storage limit, set the limit mode to disabled with the property tds.tasks.storage.limit.mode=disabled.