Also, the cloudvm folder size is huge so I guess you might be hitting issue similar to the one discussed on this VMware Knowledge Base
Rather than doing workaround in that KB. You can just make that file 0 size by below command. This will just make the file size zero bytes if its large
cat /dev/null > /storage/log/vmware/cloudvm/cloudvm-ram-size.log
Thanks,
MS