Skip to main content

What is the Physical Memory Usage?

Comments

2 comments

  • ES - George
    [QUOTE] Physical memory limit corresponds to the amount of memory actually used by end customer's processes. You can see individual process physical memory usage by monitoring RES column in top output for the process. Because similar processes (like PHP) share a lot of their memory, physical memory usage is often much lower then virtual memory usage. Additionally physical memory includes shared memory used by the customer, as well as disk cache. In case of disk cache -- if user is starting to lack physical memory, the memory used for disk cache will be freed up, without causing any memory faults. When LVE goes over physical memory limit, CloudLinux will first free up memory used for disk cache, and if that is not enough, it will kill some of the processes within that LVE, and increment fPMEM counter. This will usually cause web server to serve 500 and 503 errors. Physical memory limit is a much better way to limit memory for shared hosting.
    Source: Memory Limits
    0
  • cPanelMichael
    Hello @Mrinmoy, The information in the previous post should answer your question. Let us know if you require any additional assistance. Thanks!
    0

Please sign in to leave a comment.