Hello,
I just got an email from the healthmonitor that my disk of the VPS with Pleks 12.5 is almost full.
So I was looking at it, and I saw that since ~12:45 something is eating my disk space.
Also the CPU went sky high at the same moment.
Looking at the processes, there was one php process that took a lot of recourses and was running for 95 minutes already. So I killed that process. It seems that it stopped eating my disk space.
After looking what are the large folders on my VPS, I found out that the folder `/usr/local/psa/handlers/spool` is about 100GB in size.
I found the folder by using this command:
# du -h / | grep '[0-9\.]\+G'
So, in the folder '/usr/local/psa/handlers/spool' there is only one file!
This one file is 100GB is size, and to free up some space, I have removed this file from my server.
What has happened?
At the moment the command sendmail.postfix is also very busy
I just got an email from the healthmonitor that my disk of the VPS with Pleks 12.5 is almost full.
So I was looking at it, and I saw that since ~12:45 something is eating my disk space.
Also the CPU went sky high at the same moment.
Looking at the processes, there was one php process that took a lot of recourses and was running for 95 minutes already. So I killed that process. It seems that it stopped eating my disk space.
After looking what are the large folders on my VPS, I found out that the folder `/usr/local/psa/handlers/spool` is about 100GB in size.
I found the folder by using this command:
# du -h / | grep '[0-9\.]\+G'
So, in the folder '/usr/local/psa/handlers/spool' there is only one file!
Code:
totaal 99137244
drwxrwx---. 2 popuser popuser 4096 mrt 22 15:54 .
drwxr-xr-x. 8 root root 4096 aug 26 2015 ..
-rw-------. 1 popuser popuser 101516478670 mrt 22 15:46 messagezQPaLN
This one file is 100GB is size, and to free up some space, I have removed this file from my server.
What has happened?
At the moment the command sendmail.postfix is also very busy
Code:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
21768 user 20 0 58476 2788 2056 R 74.0 0.1 6:30.55 sendmail.postfi