Show
Ignore:
Timestamp:
09/02/08 17:06:29 (4 months ago)
Author:
momo-i
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/debug.lib.php

    r1619 r1736  
    194194        $current = ini_get('memory_limit'); 
    195195        $current = substr($current_memory,0,strlen($current_memory)-1); 
    196         $new_limit = ($current+1) . "M"; 
    197          
    198         /* Bump it by one meg */ 
     196        $new_limit = ($current+16) . "M"; 
     197         
     198        /* Bump it by 16 megs (for getid3)*/ 
    199199        if (!ini_set(memory_limit,$new_limit)) {  
    200200                return false;