From 09034382420b295f022d1c7d114bb0a54509d562 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Tue, 27 Mar 2018 09:36:04 -0700 Subject: [PATCH] Increase allowed open files --- prepare-vms/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/prepare-vms/README.md b/prepare-vms/README.md index 33d367ef..03678fbb 100644 --- a/prepare-vms/README.md +++ b/prepare-vms/README.md @@ -16,6 +16,7 @@ And if you want to generate printable cards: - fork/clone repo - set required environment variables for AWS - create your own setting file from `settings/example.yaml` +- if necessary, increase allowed open files: `ulimit -Sn 10000` - run `./workshopctl` commands to create instances, install docker, setup each users environment in node1, other management tasks - run `./workshopctl cards` command to generate PDF for printing handouts of each users host IP's and login info