Skip to content

Commit

Permalink
Add ulimit note
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebell committed Jan 31, 2024
1 parent eb9a816 commit 5287c78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runbooks/source/creating-a-live-like.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ to the configuration similar to the live cluster.
> To find components that are enabled in live but not in test you can search for `lookup(local.live_workspace, terraform.workspace, false)` in `components.tf`.

2. Add the `starter_pack_count = 40` variable to the starter_pack module

> Sometimes terraform will error out with an unclear error message this is usually due to a low default `ulimit` to fix this you can set `ulimit -n 2048`

3. Run `terraform plan` and confirm that your changes are correct
4. Run `terraform apply` to apply the changes to your test cluster
5. You may need to run `plan` and `apply` again as the starter pack addons don't like to be installed all at once
Expand Down

0 comments on commit 5287c78

Please sign in to comment.