aws-lambda-container-julia icon indicating copy to clipboard operation
aws-lambda-container-julia copied to clipboard

Update to Julia 1.8.4 and README doc

Open tk3369 opened this issue 3 years ago • 3 comments

tk3369 avatar Jan 03 '23 03:01 tk3369

Right, so I went ahead and tried this branch, and it appears to get stuck while loading the user module...

OpenBLAS WARNING - could not determine the L2 cache size on this system, assuming 256k
[ Info: Loading user module
OpenBLAS WARNING - could not determine the L2 cache size on this system, assuming 256k
[ Info: Loading user module

There is no additional output from the function after this point. Do you have any ideas as to what could be going wrong? I cloned this repo and ran the script using this PR. It all works fine if I test it locally, but it does not work for me when deployed to AWS Lambda.

Scusemua avatar Jan 04 '23 18:01 Scusemua

I think I did two more things for the function. From the AWS console, I had customized the function to have 512 MB memory and 60 seconds timeout. Maybe you can try that too?

tk3369 avatar Jan 05 '23 09:01 tk3369

I think I did two more things for the function. From the AWS console, I had customized the function to have 512 MB memory and 60 seconds timeout. Maybe you can try that too?

That worked! 🎉 I'd accidentally increased the ephemeral storage parameter rather than the memory parameter when I was trying to figure it out before. Increasing the proper memory to 512 MB resolved the issue.

Thank you for the help! 🙂

Scusemua avatar Jan 05 '23 16:01 Scusemua