{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » System/core/Output.php Line 477 Code Igniter
System/core/Output.php Line 477 Code Igniter
At last I found the answer:
Just add this below line to before line of you getting error in your file
ini_set('memory_limit', '-1');
It will take unlimited memory usage of server, it’s working fine.
Thanks for giving suggestion friends.
Filed under: 7. Operating System