php/symfony/doctrine memory leak?

后端 未结 9 1799
旧时难觅i
旧时难觅i 2020-11-30 00:34

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

9条回答
  •  余生分开走
    2020-11-30 01:16

    Try to unset($cupo); after every saving. This should be help. An other thing is to split the script and do some batch processing.

提交回复
热议问题