Troubleshoot Messaging Tables Disk Usage Warnings
In rare situations you may see a disk space usage warning at the command line after running the rmtadmin status
command:
Internal RMT messaging tables total disk usage is now: <nn.nn> KB.
A message displays when disk space reaches or exceeds the warning threshold of 4 GB.
The database usually cleans up unnecessary tables automatically, but if this warning displays, take the following steps to clean up the tables manually:
-
Stop RMT Server:
rmtadmin stop
-
Start the database service:
rmtadmin start --db
-
Clean up the unnecessary tables:
rmtadmin query "DROP SCHEMA hangfire CASCADE;" --outfile=drop_hangfire_schema_output.zip --commit
-
Start RMT Server:
rmtadmin start
Who can do this
You need to be a Resource Monitoring Tool Administrator in order to run the necessary commands.