-
HI,I opened firecracker and want to achieve Figure in ASPLOS '21 using vSwarm's benchmarks, but it couldn't be performed. The reason may be that I am not modifying the yaml file correctly. So I wanna know how to modified vSwarm yaml or find correct example yaml for firecracker. Mainly I will not set parameters for nested virtualization Below is my according to
and then this is the result of the invoke
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Hi, please provide additional information about your setup: what commands were used to setup the vHive, output of Additionally, we recently noticed that our firecracker setup is not working properly (#781). Your problem with deployment might be caused by that as well. Directly answering your question, there is an issue in vSwarm repo right about that (vhive-serverless/vSwarm#257). Please try that if no other problems in the configuration are present. |
Beta Was this translation helpful? Give feedback.
-
Could it be due to issue #68? |
Beta Was this translation helpful? Give feedback.
AFAIK, Diego had some unit tests for this feature, but I don't see them committed.
You should just add additional variables as
ITERATIONS_MULTIPLIER
was added. That one works for sure and it's from the loader repo.