Comment to 'Video processing problem'
  • Fatal error: Allowed #memory size of 134217728 bytes exhausted (tried to allocate 68175096 bytes) in /var/www/una/inc/utils.inc.php on line 881

    line 881 in utils.inc.php = $sResult = curl_exec($rConnect);

    Conversions:

    • PHP: Fatal Error: Allowed Memory Size of 8388608 Bytes Exhausted - 8 MB
    • PHP: Fatal Error: Allowed Memory Size of 16777216 Bytes Exhausted - 16 MB
    • PHP: Fatal Error: Allowed Memory Size of 33554432 Bytes Exhausted - 32 MB
    • PHP: Fatal Error: Allowed Memory Size of 67108864 Bytes Exhausted - 64 MB
    • PHP: Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted - 128 MB
    • PHP: Fatal Error: Allowed Memory Size of 268435456 Bytes Exhausted - 256 MB
    • PHP: Fatal Error: Allowed Memory Size of 536870912 Bytes Exhausted - 512 MB
    • PHP: Fatal Error: Allowed Memory Size of 1073741824 Bytes Exhausted - 1 GB

    I can set what I want as value to #memory_limit I always have the same error message!
    There I am at 2048M see php.info attached. So why does he tell me in the error message that it exceeds 128 MB ???