Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#181865 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)" "file" => "/app/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php" "line" => 559 ] }
* Retrieve ClassMetadata associated to entity class name. */ protected function getClassMetadata(string $className): ClassMetadata { if (! isset($this->metadataCache[$className])) { $this->metadataCache[$className] = $this->em->getClassMetadata($className); } return $this->metadataCache[$className]; }|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) at vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:559 |