aws/aws-nitro-enclaves-cli
Vedi su GitHubnitro-cli-config leaves CPU pool allocated if memory reservation fails
Open
#443 aperta il 6 mar 2023
buggood first issue
Metriche repository
- Star
- (151 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
The following code https://github.com/aws/aws-nitro-enclaves-cli/blob/main/bootstrap/nitro-cli-config#L769-L775 gracefully rolls back memory reservation if there's not enough huge pages available, but doesn't roll back the CPU pool.
Implement rollback for CPU pool as well