aws/aws-nitro-enclaves-cli

nitro-cli-config leaves CPU pool allocated if memory reservation fails

Open

#443 aperta il 6 mar 2023

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (101 fork)auto 404
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

Guida contributor