|
|
|
|
|
by Sphax
443 days ago
|
|
This is a cool idea. I also like the website, very clean looking, congrats. I do have some questions: can the owner of a server split it any way they want ? For example if I have a 64 GB server with 16 cores (something OVH provides IIRC) can I split it into 32 2GB/0.5CPU VM ? (assuming firecracker can handle fractions of a CPU, I don’t know).
This could make for some really cheap VM compared to even OVH’s offering. For that matter do you only support certain types of server or can the owner choose any server they want from Hetzner or OVH ? |
|
https://github.com/andrewarrow/shellmates/blob/main/firecrac...
You can see lots of hard coded stuff just to get it to work at Hetzner on rockylinux9. I think I can make the script a lot more customizable in the UI and let you do all sort of fancy splits! Firecracker does support fractional CPU allocation through CPU shares and quota settings. When you configure a Firecracker microVM, you can specify:
CPU shares (relative weight)
CPU quota (maximum usage in microseconds per period)
CPU period (measurement period in microseconds)
As long as the server has rockylinux9 I think it should work anywhere!