It was on the Python dev server. I should refine my statement and say that previously, it would sometimes hit 400 MB of memory used but now it starts at 600 and usually balloons to 800+. The write times are horrendous for db.put() and db.delete().
On Jul 29, 1:40 pm, "Ikai Lan (Google)" <[email protected]> wrote: > Is this the Python or Java dev server? Has anyone else experienced similar > issues? > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > plus.ikailan.com | twitter.com/ikai > > On Fri, Jul 29, 2011 at 6:13 AM, Richard Arrano <[email protected]>wrote: > > > Hello, > > I've noticed that ever since I installed 1.5.2, the performance of my > > development server has degraded terribly. It used to use ~250 MB of > > memory and now, without any major changes to my application, it > > consistently uses ~600-800 MB. Writing to the local datastore has now > > become incredibly slow; writing ~100 entries now takes ~3-5 minutes. > > Any idea why this might be? Some flag I need to set? Any help is much > > appreciated it, it's majorly hampering my development. > > > Thanks, > > Richard > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
