OK, I’ve come to this thread a bit late, so forgive me for going over some areas that have already been discussed:
Well, that is either going to be a memory leak, or you are using more and more apps that are using more and more memory. if you just start the system up and leave it running for a while, does the memory usage increase?
when it hits 100% it logs me out. I have a tad over 9 Gib in swap, that is how it was set up when I did auto install and let it do the partitions. I have 4Gib memory.
Which should be enough for you to do reasonable amounts of stuff without it ever needing to use swap. But it seems that your memory usage increases and increases and when it gets to the point that it should use swap, it is unable to do so. I’m not clear why this should be, but it isn’t really the primary problem; the primary problem is why the memory usage keeps increasing.
When i first log in it shows about about 800+ MB being used and starts adding more from there. I can run applications for about 6-8 hours before it hits the 100% marker. At first I was blaming this on the video player, but when I put on a play list each song seems like it gets stuck in memory also adding about .02% per song to max memory. This seems to pertain to each application I do…
Is there a way to log memory usage, that tells me what is going into memory
Yes, and you are already doing it. In your screenshot, you have the KDE system monitor running, and if you go to the processes tab, it shows you what is in memory, and if you click on ‘memory’ it will order the processes by memory usage (ascending or descending). This should tell you where to look.
The other thing that you can do is to run the tab which shows you the graph of memory usage with a rather slow timebase and there you should see the memory usage slowly growing (or not).
Note that it could also be that the number of processes is gradually increasing (imagine a process being started, apparently unsuccessfully, and new processes being added every second or minute).
Note also that a more command-line-orintated person would be advising the use of
ps and vmstat, but the gui tools are friendlier, if you are sure that the tools themselves aren’t part of the problem. (Although, if you want something to post in this thread, the command line tools give you something easy to post…in code tags, of course.)
I never see my Swap partition being used at all. I am real green to linux and not sure if I was suppose to turn something on. In the partitioner it shows it being mounted and as swap.
The output from ‘swapon’ seems to show your swap as being enabled, although the practical results seem to show the opposite. To be frank, I don’t know why, but it is the secondary problem.
/dev/disk/by-id/ata-WDC_WD2500KS-00MJB0_WD-WCANK3670031-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-WDC_WD2500KS-00MJB0_WD-WCANK3670031-part1 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-WDC_WD6400AAKS-00A7B2_WD-WCASY6559646-part2 /Storage ntfs-3g default 0 0
/dev/disk/by-id/ata-WDC_WD6400AAKS-00A7B2_WD-WCASY6559646-part1 /Windows7 ntfs-3g default 0 0
/dev/disk/by-id/ata-WDC_WD2500KS-00MJB0_WD-WCANK3670031-part3 /home ext4 acl,user_xattr 1 2
You have two hard disks, but swap, / and /home are all on the same disk, so it can’t be a disk/cable/interface error, or you’d have all sorts of other problems.