DEV Community

Awan
Awan

Posted on

Laravel 11: Allowed memory size of 134217728 bytes exhausted (tried to allocate 23085056 bytes)

Image description

Laravel error Allowed memory size of 134217728 bytes exhausted (tried to allocate 23085056 bytes)

Jika error ini berarti memori yang tersedia kecil tetapi data yang ingin disimpan di memori besar. Bisa dicoba dengan menambahkan memori di php.ini

dari
memory_limit = 128M

ke
memory_limit = 512M

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Retry later