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" ] ] ] }
if ($locktest->locked === false && $locktest->locklooped === true) { // We can not store data because another process is in the middle of saving return false; } $result = $this->cache->store(serialize($data), $id, $group); if ($locktest->locked === true) { $this->cache->unlock($id, $group); }|
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 |