Symfony\Component\ErrorHandler\Error\OutOfMemoryError {#181413 -error: array:4 [ "type" => 1 "message" => "Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes)" "file" => "/app/vendor/doctrine/orm/src/UnitOfWork.php" "line" => 2566 ] }
$newValue = $this->em->find($assoc->targetEntity, $normalizedAssociatedId); break; } } $this->originalEntityData[$oid][$field] = $newValue; $class->propertyAccessors[$field]->setValue($entity, $newValue); if ($assoc->inversedBy !== null && $assoc->isOneToOne() && $newValue !== null) { $inverseAssoc = $targetClass->associationMappings[$assoc->inversedBy]; $targetClass->propertyAccessors[$inverseAssoc->fieldName]->setValue($newValue, $entity);|
OutOfMemoryError
|
|---|
Symfony\Component\ErrorHandler\Error\OutOfMemoryError: Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) at vendor/doctrine/orm/src/UnitOfWork.php:2566 |