Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


What is the exact resource limit of Google Cloud instance type f1-micro?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

What is the exact resource limit of Google Cloud instance type f1-micro?

Hi all,

Just get started on Google Cloud for a tiny web app of mine. Now there are not that many visitors so I simply ordered a f1-micro virtual machine. The app now occupies about 30% CPU at all time. Meanwhile, the f1-micro instance type was allocated 1 shared virtual core by default.

What does the 'shared core' mean? What if one f-series vm costs too much CPU?

Comments

  • RizRiz Member

    You share the core with others, its not dedicated to just you.

  • BochiBochi Member
    edited June 2016

    I would't worry to much about that.
    They most probably are setting a maximum of CPU time you can use or just limit you, if you are going over some threshold for a certain amount of time.

    /EDIT/
    According to this page, your f1-micro "offer[s] bursting capabilities that allow instances to use additional physical CPU for short periods of time".
    Given the fact, that the next bigger instance features 1.38 GCEUs (Google Compute Engine Units),
    I would place your instance somewhere in between.

    Thanked by 1vimalware
  • You don't have to worry about cpu use with ec2 or Google cloud.

    Their hypervisors do the limiting on vendor end.

    Correct me if I'm wrong.

Sign In or Register to comment.