FYI Nice site: www.LinuxAteMyRam.com

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

FYI Nice site: www.LinuxAteMyRam.com

Post by sander »

FYI Interesting site: http://www.LinuxAteMyRam.com explaining why/how Linux uses all your RAM (for disk caching), and how to see how much RAM is actually free: the last number in the line "buffers/cache:" from "free -m". So:

Code: Select all

free -m | grep cache: | awk '{ print $NF }'
HTH
Post Reply