JSinglestein
New Around Here
Not at this time.Thank you.
I want to ask, is it planned? Is it the future time to know? Is there work? I know you do not support.
Not at this time.Thank you.
I want to ask, is it planned? Is it the future time to know? Is there work? I know you do not support.
Thank you.
I want to ask, is it planned? Is it the future time to know? Is there work? I know you do not support.
If it's just cached/buffers growing (in the output of "free" after ssh-ing into the router) then sure it's not a problem... but the memory management feature is usually enabled (IIRC) by default and that is constantly trying to free those caches... if those aren't what's growing, but the free space continues to drop (or utlization grows) then it's not a case of linux DTRT, but a clear leak somewhere.
I've mentioned this before, but I'll show it again... run "grep VmRSS /proc/*/status|sort -k2 |tail" and see which process is at the end of the list, in /proc/$pid/status... then "ps |grep $pid" for the $pid and see which it is... in my case, it's the httpd process that's now using 22+Mb:
admin@RT-AC68U-77D8:/tmp/home/root# grep VmRSS /proc/*/status|sort -k2 |tail -1
/proc/484/status:VmRSS: 23248 kB
admin@RT-AC68U-77D8:/tmp/home/root# ps|grep 484|grep -v grep
484 admin 25848 S httpd -i br0
admin@RT-AC68U-77D8:/tmp/home/root#
That's evidence of a leak, IMO.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!