Closed emperorjm closed 1 year ago
I think this is related to memory usage (out of memory) because you compile using the the emulated optimizer on ARM machines. See also https://github.com/CosmWasm/rust-optimizer/issues/102
In 0.12.13+ we use Cargo's sparse protocol feature, making the "Updating crates.io index" step much more efficient. I hope this helps the situation. Closing for now. Free free to open new tickets if you run into other problems.
I am trying to optimize an Archway contract built from the following guide: https://docs.archway.io/docs/create/guides/my-first-dapp/start but the process seems to be killed before completiton with the following message: Finished, status of exit status: 137
The command executed in the root project folder: cargo run-script optimize
The full print out is as follows: