Allowed memory size of 134217728 bytes exhausted (tried to allocate 31817560 byte

How can I fix this error? Im using a forked version of filament because I working on a PR. (Since v4 doesnt build yet im testing it on v3) Everything was working fine until suddenly I got this message. I was playing around with table.js. When this happened I reverted back to HEAD and I still get this error. I cleared laravel cache, views and I even restarted and I still get the error. Does anyone have an Idea?
Solution:
Fixed it my changing the memory limit in the php.ini
Jump to solution
2 Replies
Matthew
MatthewOP6mo ago
This is why
No description
Solution
Matthew
Matthew6mo ago
Fixed it my changing the memory limit in the php.ini

Did you find this page helpful?