Can I add (3) is the datastore emulation in gcloud any different, better, faster, more robust than standard?
When it reaches about 30MB database space, it gets really slow and eventually it just stops working. What happens is either database corruption or the GAE fails to load it at startup and deletes it altogether. Increasing the JVM ram size help pushing this limit, I'm now allocating 4GB! Still, that doesn't help with the Datastore emulator speed. I've got a recent copy of the local datastore that I keep restoring but it's just so unpredictable when it crashes. What the maximum size datastore you guys have been able to reach on the local emulator? 30MB seems to small by any standard. But I've read on SO that GAE basically reads it all at once as a file, that's why it runs out of memory eventually. On Thursday, 3 November 2016 10:25:20 UTC+13, PK wrote: > > Is the gcloud toolchain now in parity with the GAE SDK tools? It seems > that gloud is the future and I am considering switching my environment over > but want to > > (1) confirm and > (2) see if there are any gotchas that others run into. > > Thanks, > PK > [email protected] <javascript:> > > > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/dc9669b9-2027-4a42-9f84-9720af958279%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
