Hi,

The memory leak seems to be coming caused by Doctrine logs (see
http://groups.google.com/group/symfony-users/browse_thread/thread/1f39d6119f21fa6a
).


On Nov 28, 6:39 am, Tim Nagel <t...@nagel.com.au> wrote:
> Chunking the data and running the import over multiple passes.
>
> t
>
> On Fri, Nov 19, 2010 at 02:32, Carlos Silva <in...@dicarsio.com> wrote:
> > Hi,
>
> > I have been testing Symfony 2 (and Doctrine 2) and I've created a
> > command to bulk insert data.
>
> > I've found that in this test, PHP is eating ~ 175Mb per 100k records.
> > Someone has a solutions for this?
>
> > ----------------------------------------------------------------
>
> > Command source:http://pastie.org/1308565
>
> > Yml Entity Schema
>
> > Application\GeoBundle\Entity\Country:
> >  type: entity
> >  table: country
> >  fields:
> >    id:
> >      type: integer
> >      id: true
> >      generator:
> >        strategy: AUTO
> >    name:
> >      type: string(50)
> >  lifecycleCallbacks: {  }
>
> > --
> > If you want to report a vulnerability issue on symfony, please send it to
> > security at symfony-project.com
>
> > You received this message because you are subscribed to the Google
> > Groups "symfony users" group.
> > To post to this group, send email to symfony-users@googlegroups.com
> > To unsubscribe from this group, send email to
> > symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/symfony-users?hl=en

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to