It doesn't matter when SABnzbd is downloading or not(when i pauze the download), it just keep using 44% of my memory. Their is no download witch is being extracted. When I restart SABnzbd the memory usage become normal, but after a few day's runnning it becomes high again.
Some extra information:
The information I get with the command: top
5379 root 20 0 1094m 828m 3684 S 10 44.0 357:42.38 python
The boot script of SABnzbd:
Code: Select all
#! /bin/sh
case "$1" in
start)
echo "Starting SABnzbd."
/usr/bin/sudo -u root -H python /usr/src/SABnzbd-0.4.6/SABnzbd.py -f /root/.sabnzbd/SABnzbd.ini
;;
stop)
echo "Shutting down SABnzbd."
/usr/bin/wget -q --delete-after "http://192.168.1.250:8082/sabnzbd/api?mode=shutdown"
;;
*)
echo "Usage: $0 {start|stop}"
exit 1
esac
exit 0
Python 2.5.2
System uptime
2 Days and 1 hour
System Configuration
CPU: AMD Athlon 64 X2, 4200+
MB: MSI K9AG Neo2-Digital
MEM: 2 GB Kingston
HDD: 3x 320 GB, 2x 750 GB, 2x 1000 GB (all from Samsung)
Skin & extra features
Just the default skin and no extra features
I hope someone can help me with this problem!

