php/symfony/doctrine memory leak?

后端 未结 9 1762
旧时难觅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:34

    I have just did "daemonized" script with symfony 1.4 and setting the following stopped the memory hogging:

    sfConfig::set('sf_debug', false);
    

提交回复
热议问题