Hello all!  
I installed PHPvms and I added a .cvs file full of airports - 37,590 to be exact! I could add schedules and added 49, then suddenly I got this issue:  
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8968127 bytes) in /home/flyourwo/public_html/core/classes/CodonCache.class.php on line 202  
How do I fix this and what is  the problem? 
On line 202, it says the following: 
$value = serialize($value);