|
|
|
|
|
by ryao
3659 days ago
|
|
That requires having access to dom0, which is not available on Amazon EC2 (for good reason). Running in UNIX binary mode in a container on bare metal seems like the way to go here. That does not have the overhead of hardware virtualization. That means no internal memory fragmentation from partitioning RAM, the ability to avoid duplication of cache and any hypervisor upcalls become normal system calls. At that point, the unikernel is just a normal UNIX process that can be debugged with conventional tools. |
|
So work needs to be done to make unikernels profileable & debuggable. I wouldn't claim that this was impossible.