Thursday, 18 April 2024
Udemy
InicioLaravelAllowed memory size of XX bytes exhausted en Laravel

Allowed memory size of XX bytes exhausted en Laravel

Error

PHP Fatal error:  Allowed memory size of 1073741824 bytes exhausted (tried to allocate 36 bytes) in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/DependencyResolver/RuleWatchGraph.php on line 47

Solucion: Debes aumentar el memory_limit de tu configuracion PHP.

Para Windows o Linux, lo que debes hacer es ubicar el archivo php.ini (en mi caso esta dentro de la carpera XAMPP – “C:\xampp\php”)

Luego ubicar la linea que modifica la variable memory_limit, por defecto suele estar en 16M, en este ejemplo la he aumentado a 512M

Y listo.

 

Recuerda que debes reiniciar el servicio de PHP para que se apliquen los cambios realizado.

RELATED ARTICLES

1 COMENTARIO

Deja un comentario

Please enter your comment!
Please enter your name here

- Cursos Gratis -spot_img

Most Popular

Recent Comments