Skip to main content

Physical Memory faults

Comments

2 comments

  • rpvw
    This post has some useful commands for seeing what may be happening
    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
  • cPanelMichael
    Hello, The previous post provides a good place to start. Let us know if you have additional questions. Thank you.
    0

Please sign in to leave a comment.