OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_FAAS_MAX_MEMORYConst Experimental

    ATTR_FAAS_MAX_MEMORY: "faas.max_memory" = ...

    The amount of memory available to the serverless function converted to Bytes.

    134217728
    

    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).

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.