Greetings,
               Sorry to bother you again. I am using indexing concept in my
application. Last two days I am facing the memory issue while indexing my
data. I am getting the following error

              java.lang.OutOfMemoryError: Java heap space.

Is there a way to increase the heap space of the deployed application?
Thanks.

On Tue, Oct 13, 2015 at 9:19 PM, Patrice (Cloud Platform Support) <
pvoutsi...@google.com> wrote:

> Hi,
>
> There is no way to do this natively. The backup/restore functionality only
> works for applications in production.
>
> In your case, I would suggest a simple handler that can be called and from
> there, create a simple csv of your datastore, saving it in Google Cloud
> Storage. You can then retrieve it and read it in your devserver (you will
> need custom code to read it).
>
> You can also make a Freature Request on the issue tracker
> <https://code.google.com/p/googleappengine/issues/list> to have such a
> feature.
>
> Cheers!
>
> On Tuesday, October 13, 2015 at 5:49:56 AM UTC-4, ARUNRAJ RAJENDRAN wrote:
>>
>> And, my application is based on Java.
>>
>> On Tuesday, October 13, 2015 at 3:18:56 PM UTC+5:30, ARUNRAJ RAJENDRAN
>> wrote:
>>>
>>> All,
>>>      I am working in google app engine. Now, my requirement is I want to
>>> copy all the datastore tables from deployed application(xxx.appspot.com)
>>> to my local environment(local_db.bin).
>>> How to do that?
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/2iHBwdAR7n0/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/156d6efd-5a9b-4b4d-aded-d773b70a0c72%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/156d6efd-5a9b-4b4d-aded-d773b70a0c72%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/CAO8mY--Wv6HWJcJ5zWHb0UhYkpvGaptdxBmaQGprP8uOTBn4OQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to