From e64a64f2b9571c7233b535e3f3d16fa3ca89d040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Kj=C3=B6lhede?= Date: Fri, 15 Sep 2023 21:22:33 +0200 Subject: [PATCH] improve readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8432ca3..201b894 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,10 @@ machines: count: 2 # default count for all regions count_per_region: ams: 3 # override count for a specific region - + ram_mb: 256 # override the setting that the app was created with. Only works for process 'app' + cpu_cores: 1 # override the setting that the app was created with. Only works for process 'app' + cpu_type: "shared" # override the setting that the app was created with. Only works for process 'app' + ## Optional env vars env: PORT: "8081"