-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Summary
Implement pre-warmed VM pool for sub-500ms allocation as required by terraphim_rlm.
Context
PR #426 (feat(rlm): RLM orchestration with MCP tools) requires pre-warmed VM pool functionality for fast VM allocation.
Requirements
The implementation should provide:
- Pool management with configurable min/max/target sizes
- Prewarming manager to maintain pool levels
- Sub-2 second boot optimization
- VM allocation from pre-warmed pool in <500ms
Existing Implementation
Some prewarming logic exists in terraphim_firecracker/src/performance/prewarming.rs but needs integration with fcctl-core.
Related
Blocked by: #664 (Create fcctl-core crate)
Reactions are currently unavailable