cdk-as
cdk-as copied to clipboard
After canister upgrade writes to flexible memory cause "heap-out-of-bounds" exception
After intensive debugging I found out that after canister upgrades:
- Queries that only read from flexible memory do work.
- 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?