Is it possible to fully utilize the memory size equal to the maximum memory used in an AWS Lambda function?
I’ve got a lambda function that executes a docker application. When testing it locally, the Memory Size was 3008 MB and the Max Memory Used was also 3008 MB, so the memory usage matched the allocated memory. However, after deploying it to AWS lambda, the figures changed to Memory Size: 2048 MB and Max Memory Used: 307 MB.
Is it possible to fully utilize the memory size equal to the maximum memory used in an AWS Lambda function?
I’ve got a lambda function that executes a docker application. When testing it locally, the Memory Size was 3008 MB and the Max Memory Used was also 3008 MB, so the memory usage matched the allocated memory. However, after deploying it to AWS lambda, the figures changed to Memory Size: 2048 MB and Max Memory Used: 307 MB.