Questions about memory limit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jameslokken
    Banned
    • Apr 2024
    • 5

    #1

    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?


  • bogdan.sh
    Administrator
    • Nov 2016
    • 1219

    #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

    • jameslokken
      Banned
      • Apr 2024
      • 5

      #3
      Originally posted by bogdan.sh
      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...