Physical Memory faults
Hello everyone!
Please, how can i see what faults are causing the Physical Memory limit?
And as a resault a website goes to Resource Limit Usage.
Thank you!
-
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 -
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.
Comments
2 comments