You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running dfx deploy will result in a WASM of 1.99MB. With DFX 0.6.23 this installs fine because it's under the message limit. But doing so with 0.6.24 results in a
The Replica returned an error: code 5, message: "Canister rwlgt-iiaaa-aaaaa-aaaaa-cai ran out of cycles limit 5368709120"
Using sodium to install results in a memory allocation error which is a bug fixed in DFX master.
Screenshot:
The text was updated successfully, but these errors were encountered:
What I'm saying is that on sodium the memory allocation is an issue which should be fixed by 0.6.25 BUT it is unknown if it hides the gas issue highlighted here or if they are the same issue. I'll defer to Prithvi for investigation.
Using this branch; #40
Running
dfx deploy
will result in a WASM of 1.99MB. With DFX 0.6.23 this installs fine because it's under the message limit. But doing so with 0.6.24 results in aUsing sodium to install results in a memory allocation error which is a bug fixed in DFX master.
Screenshot:
The text was updated successfully, but these errors were encountered: