This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Memory Usage

I don't know if it is a problem or not, and it has yet to cause any issuse, but I am showing that my UTM9 box is pretty much always using 30% of it RAM, even at low usage times.

I am also seeing a process (migration/8) that is using 58% of the CPU and another process (migration/11) that is using 24%.  One process shows the time to be 9087:56 and the other @ 3739:12.

According to Google, this is supposed to be a process that distributes the load on multi-core servers.

Basically, is the memory usage and the "migration" processes that I am seeing "normal"?


This thread was automatically locked due to age.
Parents
  • Hi,
    Having 8 CPUs will cause things like the migration kernel task to use more CPU, as there's more to keep track of.

    Assuming you're looking at 'top', the 98% usage is probably on ONE core, so that comes out to about 12% of the total CPU capability.
    Probably nothing to worry about.

    RAM: which features are you using?

    You might want to look at the output of 'free' as it shows how much RAM is used vs how much is just cache and buffers. 

    Barry
Reply
  • Hi,
    Having 8 CPUs will cause things like the migration kernel task to use more CPU, as there's more to keep track of.

    Assuming you're looking at 'top', the 98% usage is probably on ONE core, so that comes out to about 12% of the total CPU capability.
    Probably nothing to worry about.

    RAM: which features are you using?

    You might want to look at the output of 'free' as it shows how much RAM is used vs how much is just cache and buffers. 

    Barry
Children