Skip to Content
PHP Error: Allowed Memory Size of x Bytes Exhausted
Others

PHP Error: Allowed Memory Size of x Bytes Exhausted

If you are getting an error such as "*Allowed memory size of... in file /directory/folder/yourscript.php*", you can use an htaccess file to resolve this problem. If the error does not go away even after applying the htaccess code, you sh…


Si usted está recibiendo un error como "Permitido tamaño de la memoria... en archivo /directory/folder/yourscript.php", puede utilizar un archivo de htaccess para resolver este problema.

\r\n

\r\n

Si el error no desaparece incluso después de aplicar el código de htaccess, debe ponerse en contacto con nosotros. Haremos todo lo posible para ayudarte.

\r\n


Coloque este código en el archivo dot htaccess de su dominio primario. Si el error persiste después de usar el código, ingrese en el directorio donde está recibiendo el error, como example.com/directory/folder/.htaccess.

\r\n

\r\n

Añadir este código a tu archivo htaccess:

\r\n

RLimitMem max

Did this guide solve it?Your feedback helps us improve the next answer.