Remix.run Logo
scoodah 2 days ago

The virtual devices it implements are fairly limited in number, and you may find bottlenecks with high IO throughput applications.

It uses memory ballooning as its dynamic memory management. Managing this balloon requires some custom implementations if you want to do things like reclaim memory from the guest.

If a large file is created and deleted within the host that disk space stays claimed until the VMs disk is deleted.

No GPU support.