humanmade / tachyon

Faster than light image resizing service that runs on AWS. Super simple to set up, highly available and very performant.

Home Page:https://engineering.hmn.md/projects/tachyon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make memory/CPU allocation configurable

joehoyle opened this issue · comments

Currently we have a 256MB memory limit for Lambda invocations. This is also directly proportional to how much CPU the function gets. In many cases I think this is too low. The more memory you give a function, the larger the "cost per second" the function invocation will be, but the more CPU it will get so in many cases the function invocation will be faster, and therefor not costing much more.