Can I configure Linux swap space on AWS Elastic Beanstalk?

Viewed 2804

Can I configure Linux swap space for an AWS Elastic Beanstalk environment?

I don't see an option for it in the console. From looking at /proc/meminfo on my running instances in my environment MemAvailable is looking quite low despite there being quite high Inactive values. I suspect there are a few dormant background processes that it would do no harm to page out, and would free up a non-trivial portion of the limited physical memory on the t2.nano I'm using.

1 Answers
Related