Skip to main content

Physical memory usage in cpanel high but no processes running.

Comments

1 comment

  • cPanelMichael
    Hello, You way want to utilize lveinfo to verify it shows the physical memory usage through that utility as well (it should):
    lveinfo --period=1d --user=$username

    grep Cached /proc/bc/$ID/meminfo
    Also, check the output from the following command to see if any additional processes are still associated with the user:
    lsof | grep $username
    Thank you.
    0

Please sign in to leave a comment.