[google-appengine] Re: Exceeded soft private memory limit of 128 MB with 128 MB after servicing 238 requests total

2017-07-31 Thread Richard Cheesmar
Hi, Yannick, as I said, all the single signup request 'GET' does is simply return a very simple rendered form. It does not access the ndb or other storage, it just renders a template and returns it. I don't think it is a memory leak on the part of that particular piece of code. I'll monitor the

[google-appengine] Re: GAE Free Tier

2017-07-31 Thread Tim Bateson
Well just to let everyone know,we burned through our free allocation in an hour. Bandwidth was the issue in the end :) Now enabled billing and for a $300 credit which was a very nice touch! I think I will look to move our website to GCP though, as GAE does have limitations in working with nativ

[google-appengine] Re: Exceeded soft private memory limit of 128 MB with 128 MB after servicing 238 requests total

2017-07-31 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Richard, as timh indicated this is most often the sign of a memory leak of some kind in your code. If you were performing operations that are more memory-heavy I'd advise you pick an instance type with more memory but this doesn't sound like its the case. About the number in the error me

[google-appengine] Re: New SSL doesn't work

2017-07-31 Thread Borislav Arapchev
I dont see Notepadd ++ to support *PEM format files ???* -- 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 p

[google-appengine] Re: New SSL doesn't work

2017-07-31 Thread Borislav Arapchev
I have certificate's *- publik key * *- private key* *- bundle* *Google needs only public and private key - could it be the problem ? * събота, 29 юли 2017 г., 23:06:01 UTC+3, Borislav Arapchev написа: > > Hello > > I moved my WP site into Google Cloud Hosting. > > Its all fine now and I wante

[google-appengine] Re: [cloud-endpoint] [java] deployment and security

2017-07-31 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
If you want to restrict access to your endpoint using an API key you should not have to worry about clients. You say you only want to server requests from a certain domain (eg: domain.com) correct? In that case users of that domain would make requests to it, and the server of domain.com would be

[google-appengine] Re: New SSL doesn't work

2017-07-31 Thread Borislav Arapchev
*Hello,** Yannick!* Yes, I can confirm I did it carefully, step by step. All seems fine. I received no errors. *Now web -site is working fine, just showing the old /self signed/ SSL certificate* :( I ll try to make this operation, I work with Code editors. *Thank you.* събота, 29 юли 2

[google-appengine] Re: Serious issues going on with memcache and repeated function calls

2017-07-31 Thread 'George (Cloud Platform Support)' via Google App Engine
There are indeed some issues still left in the europe-west region; situation is expected to return to normal soon. -- 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 e

[google-appengine] Re: New SSL doesn't work

2017-07-31 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello Borislav, could you please confirm that you've followed the instructions on adding SSL to your custom domain and that you are indeed using this domain for App Engine and not another Google Cloud Platform product? About the cat command, all it does in this example is concatenate the docum

[google-appengine] Re: Exceeded soft private memory limit of 128 MB with 128 MB after servicing 238 requests total

2017-07-31 Thread Richard Cheesmar
timh, There are no redirects on the normal signup url, it simply renders a template and returns. On Sunday, July 30, 2017 at 7:03:22 PM UTC+3, Richard Cheesmar wrote: > > I am seeing more of these, these days. > > I just got the one above from a simple signup url that does nothing but > render

[google-appengine] Re: Exceeded soft private memory limit of 128 MB with 128 MB after servicing 238 requests total

2017-07-31 Thread timh
This is generally indicative of a memory leak. Are you sure something isn't hitting that url (for instance a series of redirects) On Monday, July 31, 2017 at 12:03:22 AM UTC+8, Richard Cheesmar wrote: > > I am seeing more of these, these days. > > I just got the one above from a simple signup

[google-appengine] Re: New SSL doesn't work

2017-07-31 Thread Borislav Arapchev
*Thank you, Blaine!!!* I saw carefully this article. *2 things :* *1* . Its strange Google said my SSL is ok - see the pic But after that all the SSL che