In this tutorial we’re going to solve this issue “Allowed memory size of 536870912 bytes exhausted (tried to allocate 77824 bytes)”.
Error:-
Allowed memory size of 536870912 bytes exhausted (tried to allocate 77824 bytes)
Solutions:-
Go to below file
php.ini
remove 512 and set -1 for unlimited limit
memory_limit=-1
Next restart your apache server.