I’m running a Rust application (version 1.77) on a single-core machine with Firecracker. Recently, the machine has been experiencing high load averages (above 1.2) and becomes unresponsive. When this happens, the only way to regain functionality is by restarting the machine from the CLI, but the issue reappears after a while.
This problem has only started in the last couple of days, and I’m trying to identify whether it’s related to Firecracker configuration, Rust compatibility, or potential resource constraints. Any guidance on troubleshooting or optimizing the setup to prevent these frequent restarts would be much appreciated.