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
$cd program-examples/basics/account-data/native
$bash cicd.sh
Error: Function _ZN112_$LT$solana_program..instruction..InstructionError$u20$as$u20$solana_frozen_abi..abi_example..AbiEnumVisitor$GT$13visit_for_abi17hd07a5f9ab7b9f369E Stack offset of 4584 exceeded max offset of 4096 by 488 bytes, please minimize large stack variables
The text was updated successfully, but these errors were encountered:
You can delete the target folder and then try to anchor build again. When you first deploy your program, you are only allocated twice as much as the space needed. When your new program get upgraded, the space is not enough.
The text was updated successfully, but these errors were encountered: