AWS Lambda and S3 - OpenBLAS WARNING - could not determine the L2 cache size on this system, assuming 256k

Viewed 1977

So, I need to trigger a Lambda function every time a new file is uploaded to an S3 Bucket.

I created the Lambda function in Cloud 9 with no trigger (only API Gateway available there), and then added the trigger in the yaml file and created the event in the S3 bucket.

When I test the function locally in C9 it works fine, but when I trigger ir uploading a file to S3 the logs show this warning:

OpenBLAS WARNING - could not determine the L2 cache size on this system, assuming 256k

and the function times out.

The memory was at 128MB, but I tried increasing it and the problem persists.

0 Answers
Related