Hi all. Heads up: I merged a change to this replica version branch: Commits · dfinity/ic · GitHub
The change adds an unsafe_drop_stable_memory
argument to install_code
that frees the stable memory of a canister after execution of an install/upgrade.
The motivation behind the change is to help Hot or Not (@saikatdas0790) to free the stable memory of their canisters after a misconfiguration in the dapp that unintentionally increased stable memory its canisters.
This is similar to the change done for OpenChat in Proposal: 106817 - ICP Dashboard
The release team is going to submit a proposal to elect a replica version with this change soon.