cdk-as icon indicating copy to clipboard operation
cdk-as copied to clipboard

After canister upgrade writes to flexible memory cause "heap-out-of-bounds" exception

Open CallForSanity opened this issue 3 years ago • 0 comments

After intensive debugging I found out that after canister upgrades:

  1. Queries that only read from flexible memory do work.
  2. Queries that only write to flexible memory always cause a "heap-out-of-bounds" exception.

Why is this happening? Do we need to increase the heap size manually?

CallForSanity avatar Oct 02 '22 14:10 CallForSanity