TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google Cloud now lets you suspend and resume VMs

78 pointsby akrymskiabout 2 years ago

9 comments

ericpauleyabout 2 years ago
Note: AWS has supported this for many years: <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;aws&#x2F;new-hibernate-your-ec2-instances&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;blogs&#x2F;aws&#x2F;new-hibernate-your-ec2-inst...</a><p>I do wonder how big the use case for suspend&#x2F;hibernate is in practice. Are there that many services that (a) see infrequent use that justifies this cost reduction and (b) can&#x27;t just be booted fresh when needed. I could see if there&#x27;s a lot of compute-intensive data cached, but this could also just be stored in a disk-persistent cache.
评论 #35281825 未加载
评论 #35281765 未加载
评论 #35286265 未加载
评论 #35281557 未加载
评论 #35282421 未加载
评论 #35286153 未加载
akrymskiabout 2 years ago
It’s worth noting that Suspend&#x2F;Resume doesn’t work for GPU instances.<p>Surprising given that NVidia has vGPUs capable of hibernation:<p><a href="https:&#x2F;&#x2F;docs.nvidia.com&#x2F;grid&#x2F;15.0&#x2F;grid-vgpu-release-notes-microsoft-azure-stack-hci&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.nvidia.com&#x2F;grid&#x2F;15.0&#x2F;grid-vgpu-release-notes-mi...</a><p>&quot;vGPU hibernation is supported on all supported GPUs, Microsoft Azure Stack HCI hypervisor software releases, and guest operating systems.&quot;
评论 #35281464 未加载
badrabbitabout 2 years ago
If only you could take and restore snapshots easily in this platforms. I use used nested virtualization with qemu or vbox to avoid having service accounts, automation scripts, functions,etc...<p>But this is a great step forward, I have seen (including with myself) heavy usage of cloud VMs as workstations.
cwilkesabout 2 years ago
[ 2022 ]
nerpderp82about 2 years ago
This is old. Suspension isn&#x27;t transparent to the VM which reduces its usefulness.<p>&gt; When you make a suspend request, you send an ACPI suspend signal to the VM instance. If the VM does not respond to the ACPI S3 suspend signal within a couple of minutes, Compute Engine cancels the suspend attempt and returns the VM to a RUNNING state.
评论 #35281891 未加载
justsomeuserabout 2 years ago
How long does it take to resume a VM?
outworlderabout 2 years ago
We have been using this feature as &#x27;beta&#x27; for a few years now with no issues. I&#x27;ve reported some bugs to GCP folks back when it was in an alpha state.
7373737373about 2 years ago
I wish more programming languages had this - would make it much easier to program simulations because agents could be written in the same language, instead of some other preemptible DSL, it&#x27;d also enable reproducible debugging and &quot;system-jumping&quot; processes if the suspended state could be serialized
Temporary_31337about 2 years ago
Checking which year is this as VMWare, Virtual Box etc have supported this for more than a decade…
评论 #35281621 未加载
评论 #35285419 未加载