Symfony Exception

OutOfMemoryException

HTTP 500 Internal Server Error

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

Exception

Symfony\Component\Debug\Exception\ OutOfMemoryException

  1.                         if (isset($this->_hints['collection'])) {
  2.                             $this->_hints['collection']->hydrateAdd($element);
  3.                         }
  4.                         $result[] = $element;
  5.                     }
  6.                     $this->identifierMap[$dqlAlias][$id[$dqlAlias]] = $resultKey;
  7.                     // Update result pointer

Logs

No log messages

Stack Trace

OutOfMemoryException

Symfony\Component\Debug\Exception\OutOfMemoryException:
Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1052672 bytes)

  at vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php:514