I have openlitespeed installed in a digital ocean server. After every 10 days it I see Iuse 100% for '/tmp' folder. It started happening recently.
I have to delete the large number of files using this command.
find . -type f -exec rm -v {} \;
What should be the solution to this ? Do I need to...