FilamentF
Filament6mo ago
Coby

Allowed memory size of 1073741824 bytes exhausted [RESOLVED]

When I try and edit a new member on my admin panel, it allows me to click the save button however as soon as I try and go to a different page on the admin pannel it gives me this error.

[2025-07-11 16:33:25] local.ERROR: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) {"userId":1,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) at C:\\Users\\cobyl\\Herd\\penyrheolregistrationsystem\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Concerns\\ManagesComponents.php:117)
[stacktrace]
#0 {main}
"}


I've tried a google search but they recommend just increasing the memory size and I don't want to this.
Solution
Updating it to v3.3.31 fixed the issue. Thanks so much for the help
Was this page helpful?