Skip to content

Commit

Permalink
adding note about ulimit issues to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GoogleWill committed Oct 18, 2019
1 parent 06192d1 commit 8a3aa28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ features/tools:
* Terraform in Cloud Shell

Importantly, Magic Modules *isn't* full code generation. Every change is made
manually; more than a code generator, Magic Modules is a force multiplier for
manually; more than a code generator, Magic Modules is a force multiplier for
development. While many Magic Modules resources are defined exactly based on the
GCP API, we use Magic Modules to preemptively solve issues across each tool by
encoding our field-tested learnings from other tools in those definitions. In
Expand Down Expand Up @@ -61,6 +61,8 @@ To get started, you'll need:
* You can use `rbenv` to manage your Ruby version(s)
* [`Bundler`](https://github.com/bundler/bundler)
* This can be installed with `gem install bundler`
* If you are getting "Too many open files" ulimit needs to be raised.
* Mac OSX: `ulimit -n 1000`

### Preparing Magic Modules / One-time setup

Expand Down

0 comments on commit 8a3aa28

Please sign in to comment.