Hacker News new | ask | show | jobs
by sorenbs 592 days ago
Thank you!

Reclaiming memory is orthogonal to unikernals. It's a concern of the VMM, and Firecracker does support this through the balloon device: https://github.com/firecracker-microvm/firecracker/blob/main...

Now, the unikernel helps us consume less memory, which is a good place to start :-)