Earlier quoted context omitted.
5 second boot time though. Better than a normal VM, but maybe not great for user facing serverless.
How is it better than a normal VM (or have I misunderstood)? You can get a full VPS with dedicated IP on OVH, Hetzner & co. for EUR 3.50/month.
Hyper.sh: Container-native Cloud
21–30 of 30 posts
Re: Hyper.sh: Container-native Cloud
#22I'm interested - what type of app can you run on 64mb of ram? What languages are suitable for building these types of microservices?
Re: Hyper.sh: Container-native Cloud
#23I'm interested - what type of app can you run on 64mb of ram? What languages are suitable for building these types of microservices?
I'd just like to say how dispiriting I find this question considering I how envious of my friends $4k+ computer I was because it had 64mb of RAM and could play C&C Red Alert with absolutely no slowdown. Let that sink in...in the mid 90s, we comfortably fit a Windows GUI and a somewhat sophisticated game into 64mb of RAM and 20 years of "progress" later, we're asking what kind of special accommodations are necessary t…
Re: Hyper.sh: Container-native Cloud
#24Re: Hyper.sh: Container-native Cloud
#25Having a hard time understanding what this brings to the table that Kubernetes doesn't?
Re: Hyper.sh: Container-native Cloud
#26I'm interested - what type of app can you run on 64mb of ram? What languages are suitable for building these types of microservices?
I'd just like to say how dispiriting I find this question considering I how envious of my friends $4k+ computer I was because it had 64mb of RAM and could play C&C Red Alert with absolutely no slowdown. Let that sink in...in the mid 90s, we comfortably fit a Windows GUI and a somewhat sophisticated game into 64mb of RAM and 20 years of "progress" later, we're asking what kind of special accommodations are necessary t…
Re: Hyper.sh: Container-native Cloud
#27Re: Hyper.sh: Container-native Cloud
#28Re: Hyper.sh: Container-native Cloud
#29I'm interested - what type of app can you run on 64mb of ram? What languages are suitable for building these types of microservices?
I’m pretty sure most languages, even interpreted, can run at least small programs in 64MB. If you want to minimize memory usage at all costs, I think you’d want a non-GC compiled language (C(++), Swift and Rust come to mind).
I've written small Go programs that can consume around 15-20MB on low traffic. But they also have huge spikes in memory usage when you have concurrent requests hitting them.
Re: Hyper.sh: Container-native Cloud
#30I'm interested - what type of app can you run on 64mb of ram? What languages are suitable for building these types of microservices?
As you can see this workload is only using about 6% of the available memory. For event loop driven systems like Node.js or Nginx, or Go the workload is almost always CPU bound not memory bound: