Pablo Barbáchano
Pablo Barbáchano
Creating a new PR as I somehow messed the previous one.
Copying @sandreim comments > I would suggest to deprecate the current API and always configure metrics via CLI as per the Firecracker charter: >> Minimalist in Features: If it's not...
@sandreim Thanks for the comments. Sorry I had to copy the conversation over as I fumbled the previous PR. > I would suggest to deprecate the current API I think...
Same escape hatch but for TypeScript: ```typescript const cfnLT = lt.node.defaultChild as ec2.CfnLaunchTemplate; const ltData = cfnLT.launchTemplateData as ec2.CfnLaunchTemplate.LaunchTemplateDataProperty; const ltData2: ec2.CfnLaunchTemplate.LaunchTemplateDataProperty = { ...ltData, metadataOptions: { ...ltData.metadataOptions, httpPutResponseHopLimit: 2...
Waiting on #4073
Now Firecracker uses the version in `Cargo.toml`. Resolving.
It may need this PR in rust-vmm first: https://github.com/rust-vmm/vm-superio/pull/96
Hi, we are currently working on revamping this part of the code.
Hi, I hadn't seen this issue before. Thanks for the suggestion. It is very interesting, do you have a way of reproducing this so we can analyze the performance difference?
I think having a simple example how to set up the cgroups and how to run one firecracker would be enough to reproduce it. Thanks!