Skip to main content

Wierd php memory allocation issue.

Comments

7 comments

  • vacancy
    Make sure there is php.ini, user.ini file in the top directory or public_html. You can also check if there is a memory_limit script in .htaccess.
    0
  • Jeff P.
    As the screenshot in the OP shows, the memory limit is 128M in that folder.
    0
  • vacancy
    In this case, we can say that the problem is not related to the server and that your software applies this limit within itself.
    0
  • Jeff P.
    In this case, we can say that the problem is not related to the server and that your software applies this limit within itself.

    Thanks, tried to tell them that. But they also said to check my php.info, the equivalent of asking "Did you plug it in?" lol Guess I will have to find another service to put the money towards.
    0
  • Jeff P.
    A rollback from PHP 7.2 to PHP 7.1 fixed the issue. Odd since I ran 7.2 for the last few months and never an issue.
    0
  • Jeff P.
    Here appears to be the issue and why the Rollback to PHP 7.1 worked. [EDIT] upped to 7.4 and issue gone.
    0
  • cPanelLauren
    Interesting, thanks for including you findings @Jeff P.
    0

Please sign in to leave a comment.