This article provides steps to reduce the sizes of /var/log/messages
Symptoms:
du -hc | sort -n
VMware Aria Operations for Logs 8.X
truncate -s 0 /path/filename
to clear the content of the messages file,example: truncate -s 0 /var/log/messages