I had issues like that with the first generation of the development server but I have been very happy with the current one. I just checked and here is what I see in terms of storage, the latency is really good.
177M datastore.db 2.4G logs.db This development server has been up and down for months with no corruption or other issues. Like I said I use the Python SDK, the Java experience might be different. > On Nov 3, 2016, at 1:20 PM, Emanuele Ziglioli <[email protected]> wrote: > > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/google-appengine > <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 > > <https://groups.google.com/d/msgid/google-appengine/dc9669b9-2027-4a42-9f84-9720af958279%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/6B46F5F7-48DB-4AD8-800C-4625E4F4EDD7%40gae123.com. For more options, visit https://groups.google.com/d/optout.
