Update to Julia 1.8.4 and README doc
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.
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?
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! 🙂