From 45ab1fd4e00487dd9cdab8a608056ed567f62529 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sat, 16 Jul 2022 08:52:27 -0300 Subject: [PATCH] initial commit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a11aaa..f84e11e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ While Faasd can't run in a container, this image **can** be imported into [ignite](https://github.com/weaveworks/ignite) which runs it in a [firecracker](https://firecracker-microvm.github.io) microvm. -In this way resource usage of Faasd and all "lambdas" in it is capped +I need to do this because I need to run Faasd in the same machine as +dockerized services and according to its documentation that shouldn't +be done because both use incompatible versions of underlying dependencies. + +Also in this way resource usage of Faasd and all "lambdas" in it is capped by the VM resources, and the rest of the system is sort-of-protected by the VM sandbox.