Setting f1-micro resource limits in app.yaml for google cloud compute node.js app without vm_settings -


without utilizing deprecated vm_settings -> machine_type setting, google managed vm deploys g1-small. using node.js app.yaml template, need change besides memory_gb deploy f1-micro machine type? presently, have

resources:   cpu: .5   memory_gb: .6   disk_size_gb: 10 

and deploy using

gcloud preview app deploy app.yaml --set-default 

doing

vm_settings:   machine_type: f1-micro 

...works, i'm warned setting disappear.

as jeff , greg both replied, "google adds little overhead on vm before picking machine type. around 400mb of ram. told me if want f1-micro try requesting .2 or lower memory greg mentioned."

i had drop .18 deploy f1-micro, general idea google adding overhead solid.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -