
On Thu, Jul 16, 2020 at 10:16:43AM +0200, Jiri Slaby wrote:
Not sure what servers you are talking about, but one of our development servers: # uptime 09:53:46 up 156 days 9:43, 5 users, load average: 0.13, 0.31, 0.25 # du -sh /tmp/ 30G /tmp/
If you mean noe then "server" may be a bit misleading here: noe:/dev/shm # du -sm /tmp 28627 /tmp noe:/dev/shm # du -sm /tmp/mc-mhocko /tmp/kernelbuild-pmladek /tmp/kernelbuild-mhocko 19752 /tmp/mc-mhocko 6508 /tmp/kernelbuild-pmladek 1874 /tmp/kernelbuild-mhocko noe:/dev/shm # echo $[28627 - 19752 - 6508 - 1874] 493 Here mc-mhocko contains some big cpio archives, my guess is that these were left behind by mc after opening rpm packages. And kenrelbuild-* contain package caches and buildroots, most likely from "osc build" (perhaps osc_wrapper?). Other (smaller) big directories have similar contents. In other words, mostly result of interactive activity of local users. Michal -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org