Question
Can't change action memory limit
Hi, I'm currently not possible to change the memory limit of my action, see me "app.config.yaml":
application:
actions: actions
runtimeManifest:
packages:
temp:
actions:
test:
function: actions/test.js
web: yes
runtime: nodejs:14
limits:
memory: 512
Do the docs are lying, it's a bug, or it's an account limitation?
- https://developer.adobe.com/runtime/docs/guides/using/system_settings/
- https://developer.adobe.com/app-builder/docs/guides/appbuilder-configuration/#runtime-manifest
For example, the "timeout" option is working well.