From b9a5b4f92c533baa54f36213ab791fee1293cf44 Mon Sep 17 00:00:00 2001 From: Michael Kotliar Date: Wed, 8 May 2019 19:25:09 -0400 Subject: [PATCH] Add CPU and RAM requirements to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ecc1b..7d0a16a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ It may take some time (usually less then half a minute) for Airflow Webserver to 5. On completion the workflow results will be saved in the current folder ### VirtualBox -In order to run CWL-Airflow virtual machine you have to install [Vagrant](https://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads). The host machine should have access to the Internet. +In order to run CWL-Airflow virtual machine you have to install [Vagrant](https://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads). The host machine should have access to the Internet, at least 8 CPUs and 16 GB of RAM. 1. Clone CWL-Airflow repository ```bash