Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 109068288 bytes) in /home/optsiracusa/public_html/administrator/components/com_phocadownload/libraries/phocadownload/download/download.php on line 260
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 109068288 bytes) (500 Whoops, looks like something went wrong.)

OutOfMemoryError

HTTP 500 Whoops, looks like something went wrong.

Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 109068288 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

  1.                     // Try to deliver in chunks
  2.                     @set_time_limit(0);
  3.                     $fp = @fopen($absOrRelFile'rb');
  4.                     if ($fp !== false) {
  5.                         while (!feof($fp)) {
  6.                             echo fread($fp8192);
  7.                         }
  8.                         fclose($fp);
  9.                     } else {
  10.                         @readfile($absOrRelFile);
  11.                     }

Stack Trace

OutOfMemoryError
Symfony\Component\ErrorHandler\Error\OutOfMemoryError:
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 109068288 bytes)

  at /home/optsiracusa/public_html/administrator/components/com_phocadownload/libraries/phocadownload/download/download.php:260