CodeIgniter Forums
Troubles with memory because of mysql queries - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Troubles with memory because of mysql queries (/showthread.php?tid=56783)



Troubles with memory because of mysql queries - El Forum - 01-20-2013

[eluser]Unknown[/eluser]
When i run my script is a lot of MySQL queries that fill the memory of the server. How to clean memory?
Thank you.


Troubles with memory because of mysql queries - El Forum - 01-20-2013

[eluser]cPage[/eluser]
$query->free_result()

Generating Query Results