Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16781312 bytes) in /var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Cache/Controller/OutputController.php on line 98
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16781312 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 16781312 bytes)

Exception

Symfony\Component\ErrorHandler\Error\ OutOfMemoryError

Show exception properties
Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#33626
  -error: array:5 [
    "type" => 1
    "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 16781312 bytes)"
    "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Cache/Controller/OutputController.php"
    "line" => 98
    "trace" => array:9 [
      0 => array:3 [
        "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Cache/Controller/OutputController.php"
        "line" => 98
        "function" => "serialize"
      ]
      1 => array:5 [
        "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Document/HtmlDocument.php"
        "line" => 576
        "function" => "store"
        "class" => "Joomla\CMS\Cache\Controller\OutputController"
        "type" => "->"
      ]
      2 => array:5 [
        "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Document/HtmlDocument.php"
        "line" => 900
        "function" => "getBuffer"
        "class" => "Joomla\CMS\Document\HtmlDocument"
        "type" => "->"
      ]
      3 => array:5 [
        "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Document/HtmlDocument.php"
        "line" => 650
        "function" => "_renderTemplate"
        "class" => "Joomla\CMS\Document\HtmlDocument"
        "type" => "->"
      ]
      4 => array:5 [
        "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Application/CMSApplication.php"
        "line" => 1136
        "function" => "render"
        "class" => "Joomla\CMS\Document\HtmlDocument"
        "type" => "->"
      ]
      5 => array:5 [
        "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Application/SiteApplication.php"
        "line" => 585
        "function" => "render"
        "class" => "Joomla\CMS\Application\CMSApplication"
        "type" => "->"
      ]
      6 => array:5 [
        "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Application/CMSApplication.php"
        "line" => 325
        "function" => "render"
        "class" => "Joomla\CMS\Application\SiteApplication"
        "type" => "->"
      ]
      7 => array:5 [
        "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/includes/app.php"
        "line" => 58
        "function" => "execute"
        "class" => "Joomla\CMS\Application\CMSApplication"
        "type" => "->"
      ]
      8 => array:4 [
        "file" => "/var/www/vhosts/franzdorfer.com/httpdocs/index.php"
        "line" => 51
        "args" => array:1 [
          0 => "/var/www/vhosts/franzdorfer.com/httpdocs/includes/app.php"
        ]
        "function" => "require_once"
      ]
    ]
  ]
}
  1. if ($locktest->locked === false && $locktest->locklooped === true) {
  2. // We can not store data because another process is in the middle of saving
  3. return false;
  4. }
  5. $result = $this->cache->store(serialize($data), $id, $group);
  6. if ($locktest->locked === true) {
  7. $this->cache->unlock($id, $group);
  8. }

Stack Trace

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

  at /var/www/vhosts/franzdorfer.com/httpdocs/libraries/src/Cache/Controller/OutputController.php:98                

Warning: unserialize(): Error at offset 997 of 1071 bytes in /var/www/vhosts/franzdorfer.com/httpdocs/libraries/vendor/joomla/database/src/Monitor/DebugMonitor.php on line 77