Few days after installing munin, i noticed the open file handles just keeps growing, almost up to the max and then starts over (zmwatch.pl crashes?).
This is confirmed to be zmwatch.pl. After killing it, the number goes back to normal but after zmwatch.pl comes back alive, the number starts increasing at a rate of about 1 per 5-10 seconds.
Code: Select all
p1400 kfir # cat /proc/sys/fs/file-nr
1071 0 76956
p1400 kfir # cat /proc/sys/fs/file-nr
1072 0 76956
p1400 kfir # cat /proc/sys/fs/file-nr
1073 0 76956
p1400 kfir # cat /proc/sys/fs/file-nr
1090 0 76956
Code: Select all
p1400 Memory # cat /proc/28753/maps | grep mmap | wc -l
10
p1400 Memory # cat /proc/28753/maps | grep mmap | wc -l
11
p1400 Memory # cat /proc/28753/maps | grep mmap | wc -l
12
p1400 Memory # cat /proc/28753/maps | grep mmap | wc -l
13
p1400 Memory # cat /proc/28753/maps | grep mmap | wc -l
30
mastertheknife.