Announcement

Collapse
No announcement yet.

Questions about memory limit

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Questions about memory limit

    Hello,
    I have a question. I wonder if there is any way to get information on what is causing the memory limit to get hit.
    /usr/local/apache/logs/error_log shows the php script hitting the limit for a user, but its just usually index.php because everything is filtered through it.

    Is there anything that can be done for troubleshooting where the memory is being allocated?



  • #2
    Hi,

    I would say you have to review the situation not only from the memory perspective, but from all aspects. You might want to use the X-Ray PHP plugin which will in-depth information about the longest processes which could be directly related to memory usage per website.

    Comment


    • #3
      Originally posted by bogdan.sh View Post
      Hi,

      I would say you have to review the situation not only from the memory perspective, but from all aspects. You might want to use the X-Ray PHP plugin which will in-depth information about the longest processes which could be directly related to memory usage per website.
      I got it. Thanks!
      Last edited by bogdan.sh; 04-09-2024, 09:29 AM.

      Comment

      Working...
      X