79377999

Date: 2025-01-22 14:08:33
Score: 2
Natty:
Report link

The memory that PHP can use is defined in php.ini and is called memory_limit.

for example (in php.ini):

; Maximum amount of memory a script may consume ; https://php.net/memory-limit memory_limit = 1024M

will set the available memory to 1 Gigabyte.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: John O' Mill