• The memory limit of my shared hoster allows me the following memory_limit = 640M. I have entered this size in php.ini. (Recommendation of the host.) In the backend of the website, however, I get information about Memory: Total: -1 Used: 114.30 MB (PHP version: 7.3.15 64 bit OS). I am in the process of optimizing the website. What is wrong with the settings that I have -1 limit? Do I have to change anything?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Dion

    (@diondesigns)

    A setting of -1 for memory_limit means PHP has no fixed memory limit. That setting allows your host to increase/decrease your allowable PHP memory without your having to change anything on your end. So you’re fine.

Viewing 1 replies (of 1 total)

The topic ‘Question about the memory limit -1’ is closed to new replies.