Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
10 stars 6 forks source link

increase Max retries for VM connection #122

Closed schaefi closed 1 year ago

schaefi commented 1 year ago

Description

On slower hardware the number of max retries in firecracker resume mode is not enough. Should be increased

Acceptance Criteria

resume instance testing on low performance machines like HPCs (e.g rPI) succeeds

schaefi commented 1 year ago

firecracker-pilot/src/defaults.rs

pub const RETRIES: u32 =
    5;

Should be at least 20