Open WinstonN opened 4 years ago
Hi, We deeply investigated this issue in the past and found absolutely no way to take advantage of this memory for POSIX-type file access. No Ramdisk can be created since /dev/shm is unavailable. The path we took for resource-intensive jobs is the integration with AWS Batch (see https://scar.readthedocs.io/en/latest/batch.html). Not very serverless-ish but at least provides automatic scale-to-zero.
If you come up with any ideas please keep us posted.
Hello
I want to run a large container - https://hub.docker.com/r/cypress/included - using scar When I run it currently, I get the following output
I was wondering if we could take advantage of the 3GB max memory of lambda, by using https://docs.docker.com/storage/tmpfs/
Perhaps you know of a better way?
Thank you for the advice