bradhe 3 days ago

We’re experimenting with this stuff. So far great. Way better isolation (obviously) than containers. Pretty easy to use so far. Any gotchas?

  • 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.