Find the answer to your Linux question:
Results 1 to 6 of 6
Well, recently I have noticed (ever since I installed a dockapp in fluxbox that lets me easily monitor memory usage,) that after a fresh reboot, with only system processes, fluxbox, ...
  1. #1
    Just Joined!
    Join Date
    Nov 2005
    Location
    USA
    Posts
    8

    Strange memory occurances

    Well, recently I have noticed (ever since I installed a dockapp in fluxbox that lets me easily monitor memory usage,) that after a fresh reboot, with only system processes, fluxbox, and several dockapps running, my memory usage is around 100-150 mb. Once I get everything up and running, and especially after browsing the web for awhile with firefox, my memory usage will go up past the 504 ram max and go into swap usage. Even after I close all of my apps that were open except those slitapps, the memory usage remains high. I'll quit X with init 1 and pkill X, reboot it, and still, the memory usage is massive. A complete reboot will clear the memory however. Any insights as to this problem are appreciated.

  2. #2
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    You can use top to see the biggest memory consumers / proc consumers.

  3. #3
    Just Joined!
    Join Date
    Nov 2005
    Location
    USA
    Posts
    8
    I used top, but the memory doesn't add up. There is X which uses around 150 mb of memory, but there are no other major memory users listed. A lot of processes come out to 0 bytes of memory in that list.

  4. #4
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Sounds like something is leaking memory...

  5. #5
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    When you do

    Code:
    ps aux
    ...are you positive that it doesn't add-up? Even when all your programs are closed?

    Anyway, nothing sounds abnormal to me here. Many processes are cached into memory or put in buffers, even after their closure.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  6. #6
    Just Joined!
    Join Date
    Nov 2005
    Location
    Midwest: USA
    Posts
    32
    Just a thought, but have you checked recently to see if there is a bot or a rootkit on your system? You may want to do a scan or two and see if anything malicious might have sneaked onto your machine.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •