ldxsant

Member
Sep 5, 2017
15
2
53
Brazil
cPanel Access Level
Root Administrator
Hello Team,

This morning I came across a new problem on one of our shared servers, the "/run" partition was 100% used and to solve it, it was necessary to restart the server.

Has anyone experienced this or know why this happens?

Regards,
 

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
14,385
2,254
363
cPanel Access Level
Root Administrator
Hey there! The best thing to do in this situation would be the following:

Code:
du -h --max-depth 1 /run
as that would show if there are any unusually large directories in /run. A simple "ls -lah" inside /run would show the file size.

Without seeing what is taking up the space on your particular machine we'd really just be guessing at potential causes. On my personal server I see that partition is 2G and I am using about 150M of that.
 
  • Like
Reactions: ldxsant

ldxsant

Member
Sep 5, 2017
15
2
53
Brazil
cPanel Access Level
Root Administrator
Without seeing what is taking up the space on your particular machine we'd really just be guessing at potential causes. On my personal server I see that partition is 2G and I am using about 150M of that.
@cPRex this partition seems to be temporary, isn't there a way to normalize the services, without having to restart the server?

tmpfs tmpfs 100% /run