theirongiant
Regular Contributor
Hey @RMerlin, I wanted you to know that I added a cronjob to clear the log file, but the memory usage is still climbing steadily. Anything else I should look for?
Here's five minutes worth of overall memory usage... I see that 'cache' has increased 176 KB over a span of 5 minutes. This translates to 2,112KB/minute or 50,688 KB / day. At 50MB/day, it would exhaust the RAM in a week or so.
1. Is there any way for me to monitor or track what is consuming this 'cache' space?
2. Is there a way to purge it without rebooting?
Here's five minutes worth of overall memory usage... I see that 'cache' has increased 176 KB over a span of 5 minutes. This translates to 2,112KB/minute or 50,688 KB / day. At 50MB/day, it would exhaust the RAM in a week or so.
1. Is there any way for me to monitor or track what is consuming this 'cache' space?
2. Is there a way to purge it without rebooting?
Code:
0:00
Mem total:903560 anon:45164 map:18712 free:252256
slab:280484 buf:0 cache:232444 dirty:0 write:0
1:00
Mem total:903560 anon:45288 map:18712 free:252200
slab:280516 buf:0 cache:232476 dirty:0 write:0
2:00
Mem total:903560 anon:45160 map:18712 free:252236
slab:280536 buf:0 cache:232516 dirty:0 write:0
3:00
Mem total:903560 anon:45160 map:18712 free:252040
slab:280608 buf:0 cache:232548 dirty:0 write:0
4:00
Mem total:903560 anon:45164 map:18712 free:252336
slab:280468 buf:0 cache:232588 dirty:0 write:0
5:00
Mem total:903560 anon:45160 map:18712 free:251852
slab:280612 buf:0 cache:232620 dirty:0 write:0
Last edited: