Adding to fxgst’s reply, when installing large canisters, the canister can get into temporary instruction (think cycles) debit and refuse to accept new install_code
messages. The debit from an install_code
cannot exceed 200B instructions, and every empty round, 2B instructions will be taken from any debit. So a few empty ticks
, at most 100, should suffice.
advance_time
should not help.