Goautodial 3.3 memory usage > 90%
Added by elmar roennig over 10 years ago
Hi,
Please see the attached screenshot. Our memory stays over 90% constantly, with only 2 agents logged in, making manual dial calls... What's the problem?
![url=http://postimg.org/image/7vkvoxwsf/][img]http://s27.postimg.org/7vkvoxwsf/memory.jpg[/img][/url]!
Replies (4)
RE: Goautodial 3.3 memory usage > 90% - Added by Demian Biscocho over 10 years ago
Nothing is really wrong with your server. You can check our FAQ: http://goautodial.org/projects/goautodialce/wiki/FAQ#Help-All-my-RAM-is-being-eaten-up-What-do-I-do.
RE: Goautodial 3.3 memory usage > 90% - Added by Guillermo Quiros over 10 years ago
Clean some memory by doing this:
free
sync
swapoff -a
swapon -a
echo 3 > /proc/sys/vm/drop_caches && free
Run that and let me know if it works
RE: Goautodial 3.3 memory usage > 90% - Added by Muhammad Taha Shafaat over 10 years ago
thanks Guillermo Quiros,
i was having the same problem and only thing which i could do is "restart" to get some memory free....
free
sync
swapoff -a
swapon -a
echo 3 > /proc/sys/vm/drop_caches && free
but it eats up memory again after few hours.....is there any solution? or i need to RUN this again n again..
more over can you please define what exactly each command means here? (just for Knowledge)
RE: Goautodial 3.3 memory usage > 90% - Added by Guillermo Quiros over 10 years ago
Again and Again...
you can add it to your CRON (lowercase of course), that's my suggestion...