[google-appengine] Re: Flex pricing on RAM

2020-03-13 Thread Eddie Zhou
Thank you! Can you confirm that the utilization graph in GAE console is the appropriate thing to refer to in terms of the billed utilization? I ask because that number seems different from the numbers shown in `top` when sshing into the instance and connecting to the Docker containerr (esp. w

[google-appengine] Re: Deploy Laravel app on google app engine! INVALID_ARGUMENT: Network 'default' does not exist

2020-03-13 Thread Ben Abdesslem Sarah
I already tried with adding this to my app.yaml file but it's not working. I thing I don't have the right values for the TAG_NAME and the NETWORK_NAME. Do you know what value should I put there ? Thanks in advance network: instance_tag: TAG_NAME name: NETWORK_NAME subnetwork_name: SUBNETWOR

[google-appengine] Re: Flex pricing on RAM

2020-03-13 Thread 'noverlyjoseph' via Google App Engine
Yes, you're right it is the latter, "used" (including the required runtime memory), just like it is mentioned on the Billing documentation you have shared On Friday, March 13, 2020 at 6:41:48 AM UTC-4, Eddie Zhou wrote: > > Hi App Engine folks, > > I'm trying to understand the wording in the pr

[google-appengine] Re: Deploy Laravel app on google app engine! INVALID_ARGUMENT: Network 'default' does not exist

2020-03-13 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Ben, This is usually indicative of a situation characterized by a missing default network. Your default network could have been deleted at a certain moment in time. Recreating the default network should address the issue, or specifying your actual network in app.yaml: *network:* * inst

[google-appengine] Deploy Laravel app on google app engine! INVALID_ARGUMENT: Network 'default' does not exist

2020-03-13 Thread Ben Abdesslem Sarah
Hi, I'm triing to deploy a Laravel app on google app engine! When I run gloud app deploy in the google sdk command line, I'm getting this error : *(gcloud.app.deploy) INVALID_ARGUMENT: Network 'default' does not exist* This is my app.yaml file : runtime: php env: flex runtime_config: do

[google-appengine] Flex pricing on RAM

2020-03-13 Thread Eddie Zhou
Hi App Engine folks, I'm trying to understand the wording in the pricing docs here : "Billing for the memory resource includes the memory your app *uses* plus the memory that the runtime itself needs to run your app. This m