Heard from a Googler that the internal infrastructure (Borg) is simply not optimized for quick startup. Launching a new Borg job often takes multiple minutes before the job runs. Not surprising at all.
AWS vs. GCP reliability is wildly different
51–60 of 245 posts
Re: AWS vs. GCP reliability is wildly different
#52Earlier quoted context omitted.
Dunno about AWS, but GCP uses live migration, and will migrate your VM across physical machines as necessary. The disk volumes are all connected over the network, nothing really depends on the actual physical machine your VM is ran on.
How does migrating a vm to another physical machine work?
https://cloudplatform.googleblog.com/2015/03/Google-Compute-...
Re: AWS vs. GCP reliability is wildly different
#53> In total it scaled up about 3,000 T4 GPUs per platform > why I burned $150 on GPUs How do you rent 3000 GPUs over a period of weeks for $150? Were they literally requisitioning it and releasing it immediately? Seems like this is quite a unrealistic type of usage pattern and would depend a lot on whether the cloud provider optimises to hand you back the same warm instance you just relinquished. > GCP allows you to a…
Re: AWS vs. GCP reliability is wildly different
#54Re: AWS vs. GCP reliability is wildly different
#55Re: AWS vs. GCP reliability is wildly different
#56Earlier quoted context omitted.
How does migrating a vm to another physical machine work?
They pause your VM, copy everything about its state over to the new machine, and quickly start the other instance. It's pretty clever. I think there are tricks you can play with machines that have large memory footprints to copy most of it before the pause, and only copy what has changed since then during the pause. The disks are all on the network, so no need to move anything there.
Re: AWS vs. GCP reliability is wildly different
#57Re: AWS vs. GCP reliability is wildly different
#58The link is broken?
Re: AWS vs. GCP reliability is wildly different
#59> In total it scaled up about 3,000 T4 GPUs per platform > why I burned $150 on GPUs How do you rent 3000 GPUs over a period of weeks for $150? Were they literally requisitioning it and releasing it immediately? Seems like this is quite a unrealistic type of usage pattern and would depend a lot on whether the cloud provider optimises to hand you back the same warm instance you just relinquished. > GCP allows you to a…
...if there are any GPUs available in the AZ that is. I had a hell of a time last year moving back and forth between regions to grab just 1 GPU to test something. The web UI didn't have a "any region" option for launching VMs so if you don't use the API you'll have to sit there for 20 minutes trying each AZ/region until you managed to grab one.
Re: AWS vs. GCP reliability is wildly different
#60That graph is a pain to see.