faas.max_memory
Developmentintas of v1.44.0
The amount of memory available to the serverless function converted to Bytes.
It's recommended to set this attribute since e.g. too little memory can easily stop a Java AWS Lambda function from working correctly. On AWS Lambda, the environment variable AWS_LAMBDA_FUNCTION_MEMORY_SIZE provides this information (which must be multiplied by 1,048,576).
Examples
- 134217728
Used by
entitys (1)
- faas
* required on that signal.
History
Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).