with previous annotate we set the maximum memory of formula_images statically by a const value regardless of the action's context. now, each action calculates its own formula_images maximum memory. if the action calculates too small max memory (a const predefined bytes number), it will raise an exception.
change the config file template for secret key and access key instead of api_key to avoid "token expired" issues
main changes:
annotate
we set the maximum memory offormula_images
statically by a const value regardless of the action's context. now, each action calculates its ownformula_images
maximum memory. if the action calculates too small max memory (a const predefined bytes number), it will raise an exception.