Hacker News new | ask | show | jobs
by dev_ilter 1385 days ago
Looks quite promising. One question; how do I configure CPU limits of the function? I could see that there is a variable for memory configuration in environments file but not for CPU. Or maybe the same logic applies here as in lambda where we set the memory and computing power is adjusted accordingly?
1 comments

Currently there is no CPU limit for any function running on local. Because MerLoc runs functions in embedded mode. But we are working on a solution to be able to run functions on your local Docker. Then you will be able to limit CPU and memory usages per function on your local and total limit will bound to your host machine CPU and memory limits.