Replies: 1 comment 1 reply
-
Most of the nearly 3 seconds you are measuring is likely due to the Qemu startup time. In general, the boot time you should expect for a given application is roughly the sum of a hypervisor-specific startup time and the application startup time; the application startup time should be comparable with the time you need to launch the same application under Linux. |
Beta Was this translation helpful? Give feedback.
-
Hi, Thank you for creating this amazing tool!
I created a hello-world http server app for nodejs and run it with
ops
. it's works but the overall boot time is near 3 seconds for me.Two questions
Is that normal? due to claims that have been made, I expected a boot time less than a second.
Should I use
XEN
orKVM
instead of defaultQEMU
to boost boot time? If yes, how can i do that? I can't find anything related toKVM
orXEN
in the docs.my host OS: ubuntu 18.04 64bit
CPU: Intel core i5 7400
Using the default QEMU as hypervisor
Beta Was this translation helpful? Give feedback.
All reactions