I\'m having problems with a batch insertion of objects into a database using symfony 1.4 and doctrine 1.2.
My model has a certain kind of object called \"Sector\", e
Try to unset($cupo); after every saving. This should be help. An other thing is to split the script and do some batch processing.
unset($cupo);